mv and UNC Path
Hello,
for my SFTP-Filetransfer I need to move any files from remote Source to my local Destination. I try out these command:
Regards
Thomas
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:
mv *.* "\\server\share\directory 1\"
...
...
get *.* "\\server\share\directory 1\*.*"
rm *.*
...
Can anybody help me ?
get *.* "\\server\share\directory 1\*.*"
rm *.*
...
Regards
Thomas