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

Dan T

upload automation, quickly

I have Excel 2003 writing a text file on the hard drive every second.
Is there any way winscp can keep the remote directory up to date with this file that quickly?
It seems to only upload once per minute.
I'm using 4.37, using the following code:

option batch abort
option confirm off
open user:pass@mysite.com
cd /<my remote folder>/
keepuptodate <my local folder> <my remote folder>
close
exit