Custom comand - upload file form local to remote directory
Hi,
I'm not familiar with these funcionalities and I have a problem to create simple custom command which would uplolads files from local dir to remote dir.
When I use my command in script it works. Byt when I try to use it in GUI mode nothings is happening.
Could anyone know what I'm doing wrong?
My simple script:
opne scp:// .....................
put -resumesupport=on c:\_temp\temp2\*.txt /username/tmp/temp_dir/
exit
I'm not familiar with these funcionalities and I have a problem to create simple custom command which would uplolads files from local dir to remote dir.
When I use my command in script it works. Byt when I try to use it in GUI mode nothings is happening.
Could anyone know what I'm doing wrong?
My simple script:
opne scp:// .....................
put -resumesupport=on c:\_temp\temp2\*.txt /username/tmp/temp_dir/
exit