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: Unable to transfer more than 1 file at a time

You need to add -nopreservetime too (as the documentation says).

The Ignore permission errors won't help as you are not getting "permissions" error, but "not supported" error.
mmaholchic

Re: Unable to transfer more than 1 file at a time

I tried to set nopermissions in the script

put myfile.zip -nopermissions

and checked the box "ignore permission errors" on the transfer box, but I still get a message telling me to turn on "ignore permission errors"

Please see the attachment.
mmaholchic

Unable to transfer more than 1 file at a time

We are running WinSCP 5.1.5 on a Windows 7 machine.

The transfer protocol is SFTP. Binary transfer mode selected.
We are using scripting/automation.
When we try to copy 4 files/directories to remote directory
Copying of first file to remote directory started.
Opening remote file.
(ETerminal) The server does not support the operation.
Error code: 8
(EScpSkipFile) Upload of file was successful, but error occurred while setting the permissions and/or timestamp. If the problem persists, turn on 'Ignore permission errors' option.
Sending special code: 12
Sent EOF message

script and log attached