Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

makary87

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

Re: Custom comand - upload file form local to remote directory

How exactly did you try to use this in GUI?
makary87

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