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

martin

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:/
fourier

Error code 5 Request Code 18 when moving files

Any ideas what the problem may be? Permissions don't seem to be an issue. I can move files using the GUI and it worked in the past (no known server configuration changes have been made):

winscp> mv archive/* z:\
Error moving file 'archive/MSN119493845_ST#1135824_PO#11-0000136920.pdf' to 'z:'
.
Bad message (badly formatted packet or protocol incompatibility).
Error code: 5
Error message from server (en):
Request code: 18
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort
winscp>