Re: Error code 5 Request Code 18 when moving files
What is z:\?
If it is a local path you want to move the remote files to, the you need to use:
get -delete archive/* z:\
(in winscp 4.1.x only)
If it is indeed a remote path (if the server is windows machine), then you may still need to use forward slash:
mv archive/* z:/
If it is a local path you want to move the remote files to, the you need to use:
get -delete archive/* z:\
(in winscp 4.1.x only)
If it is indeed a remote path (if the server is windows machine), then you may still need to use forward slash:
mv archive/* z:/