Post a reply

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

Your script looks correct. What version of WinSCP are you using? Have you tried the latest one? If you are using the latest one, please post a log file.
Hedemann

Hi, I have at test script containing this:

option batch on
option confirm off
open XXXXXXX:TestUser@ZZZZZ.WW
pwd
cd /users/TestUser
option transfer binary
Keepuptodate -nopermissions -nopreservetime C:\WinSCP\WinSCPData\TestUser
close
exit

I have tried different variation of the keepuptodata command but without luck.
martin

So what did you try to do already?
Hedemann

Hi

I have read the FAQ and maualen, but I can't find a solution to the problem.

Please give a clue
martin

Re: Error: synchroniz directories by using the Keepuptodate

Please read FAQ. If that does not help, come back.
Hedemann

Error: synchroniz directories by using the Keepuptodate

I am trying to synchroniz a remote directories by using the Keepuptodate command. But it doesn't seems to work - I recieved a error after the first file copied and the synchronization stops.

I recieved this error:

Upload of file 'test.txt' was successful, but error occurred while set
ting the permissions and/or timestamp. If the problem persists, turn on 'Ignore
permission errors' option.
The server does not support the operation.
Error code: 8

Can anyone help me :D