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

Re: change detected but not synchronized on keepuptodate mod

Please post a full log file both from GUI and scripting showing one update.
scriptholic

Re: change detected but not synchronized on keepuptodate mod

Hi prikryl,

Thanks for your reply..

I just read it...so there is a possibility caused by 'preserving timestamps',so i will check it.
but, when using GUI mode (not scripting), everythings is ok. I mean change detected and then synchronized.
so, i guess no problems with my FTP server related to 'preserving timestamps'.

is there any parameters or switches for 'preserve timestamps,preserve remote timestamps, etc' in scripting mode like on GUI mode?
scriptholic

change detected but not synchronized on keepuptodate mode

Hi,

i have problem with /keepuptodate on scripting mode.
here is content of my scripting file, sync.bat :

option batch abort

option confirm off
open ftp://user:password@localhost:21
keepuptodate -delete c:\_Source /Destination
close
exit



it works normally on add and delete file, but when the content of the file changed, winscp not sync changed file instead only tells
Change in c:\_Source detected