Custom comand - upload file form local to remote directory

Advertisement

makary87
Guest

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

Reply with quote

Advertisement

makary87
Guest

Commands -> Static Custom Command -> Enter...
and then type as local command:
put -resumesupport=on c:\_temp\temp2\*.txt /username/tmp/temp_dir/

Reply with quote

Advertisement

You can post new topics in this forum