Re: using "mv" to transfer files. Force overwrite of dest files
I can tell you more, if post a log file.
I am trying to use winscp to move a file on the remote server to another directory on the same remote server and I cannot get it to work. Here is part of my code:
cd ../../Program Files/WinSCP/
Winscp
option batch on
option confirm off
open xyz.com
username
password
cd directory
mv filename ./NewdirectoryUnderabovedirectory/*.*
exit