Keepupdate halts when network disconnects for a moment
Now to my problem:
I run Winscp as service on my windows server to keep the big unix server updated with incoming files (the files are created on the windows box). This is the command used:
winscp.exe PDFUpload /console /script="PDFUpload.scp" /log="WinSCP.log"
option echo off option batch on option confirm off option synchdelete on keepuptodate "C:\PDFtoUpload" /upload close exit
2008-04-08 09:16:40.591 Waiting for data timed out, asking user what to do. . 2008-04-08 09:16:40.591 Asking user: . 2008-04-08 09:16:40.591 Host has not answered for 15 seconds. . 2008-04-08 09:16:40.591 . 2008-04-08 09:16:40.591 Wait for another 15 seconds? () . 2008-04-08 09:16:40.591 Attempt to close connection due to fatal exception: * 2008-04-08 09:16:40.591 Terminated by user. . 2008-04-08 09:16:40.591 Closing connection.