Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Guest

We used %1 like windows
Winscp script used %1%


issue solved
Thanks to me :shock:
Guest

mv "%4" "%4.ok"

not work too with same error message
Guest

Renaming file after downloading

I have a script with this command
# Upload the file to the remote target directory

put -nopreservetime "%4%"


and i would like to rename file which transfer( but i don't know what is file name) and command
mv %4 %4.ok
not work = result file not found

could you help me ?

Thanks