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.
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.
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