Sync always gets everything and fails with read only files

Advertisement

Andrew
Guest

Sync always gets everything and fails with read only files

In the original sync I get all files from the host, some of which are marked readonly.

On each subsequent sync WinSCP downloads each of the files again until the process reaches the "readonly files". At this point the sync fails.

Here is the scp script file, with server names removed.
option batch on
option confirm off
option syncdelete off
open "HOST"
synchronize "LOCAL" "REMOTE"

IN the enviroment setting the Server Adjusts DST is set. New files arrive in the remote folder but none of the files change size or date - yet they are still downloaded every time.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Sync always gets everything and fails with read only files

Andrew wrote:

In the original sync I get all files from the host
Please read FAQ.

On each subsequent sync WinSCP downloads each of the files again until the process reaches the "readonly files". At this point the sync fails.
OK, what is the error message? Can you post a log file? Or at least script output. Are the files read-only in local or remote directory?

Reply with quote

Advertisement

You can post new topics in this forum