Re: mv and UNC Path
Thank you, for your answer.
I try to use these Command.
Regards Thomas
I try to use these Command.
Regards Thomas
Hello,
for my SFTP-Filetransfer I need to move any files from remote Source to my local Destination. I try out these command:...
mv *.* "\\server\share\directory 1\"
...
WinSCP try to rename my Sourcefiles but it doesn't move the files. When I use the following commands, with the same Syntax, does it work:...
get *.* "\\server\share\directory 1\*.*"
rm *.*
...
Can anybody help me ?
Regards
Thomas