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: keepuptodate problem

Please post a log file both from GUI and script.
Voboril

keepuptodate problem

I have this script winscp.exe /console /script=c:\batch\rne_up.txt /log=c:\batch\winscplog.txt

option batch on
option confirm off
open xxxxx@www.xxxxxx.cz
option transfer binary :roll:
keepuptodate d:\RNE /
close
exit

On command keeptoupdate i see in console "watching for changes" and that is all

Watching for changes, press Ctrl-C to abort.
Scanning 'd:\RNE' for subdirectories...
Watching for changes in 1478 directories...

If I run synchronize from GUI, all worked ok (changes are detected after 30 seconds)

WinSCP 4.3.4 on Windows Server 2008 x64
Thank for help