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: Unknown option reconnecttime

fintrax wrote:

Unknown option 'reconnecttime=5'
...
I am running winscp 4.1.9 and am wondering how to get the script to reconnect.

Option reconnecttime is supported since 4.2.x only.
fintrax

Unknown option reconnecttime

Hi
I am running the same batch file.
When I run it the command prompt screen shows
batch on
confirm off
Unknown option 'reconnecttime=5'
Connecting to *****
etc
It successfully connects and starts the synchronization but on occassion during the synchronization it just stops.
The ftp server it is synchronizing with just shows disconnected.
I am running winscp 4.1.9 and am wondering how to get the script to reconnect.

Thanks
Stephen
jensm

martin wrote:

Did you resolve it?

yes. Thank you!
martin

Did you resolve it?
jensm

thanks! that explains it
martin

Re: timeout during synchonize

It is "option reconnecttime 14400", just as with any other option. It limit how long should WinSCP try to reconnect when the connection is broken. When it breaks again later, it tries again the for the same period. Though, still it has nothing to do with the "Timeout waiting for external console to complete the command". The error means what WinSCP.exe is not able to communicate with WinSCP.com that started it. So far I've seen this error only when WinSCP.com was incorrectly run from some another application.
jensm

Re: timeout during synchonize

Hi, I'm using this script below to sync down data from a slow server. Once in a while I see timeouts. Sometimes it reconnects and sometimes it doesn't. I found out that the -timeout option in the open command seems to apply for the entire sync session, not just open.
I'm not sure how the reconnecttime option works. If I run it like in the script below then I get an error message "Unknown option 'reconnecttime=14400'". I'm using WinSCP 4.2.3
It would also be good to know what time the reconnecttime option addresses. Is it the time for a single reconnect? That means that if I specify 4 hours and it attemts to reconnect then it would attempt to reconnect for another 4 hours next time the connection is broken (within the same sync session). This assume that the connection got re-established after the first broken connection.


option batch on
option confirm off
option synchdelete off
option reconnecttime=14400
open -timeout=45 xxxxxx
option transfer binary
synchronize local xxxxxxxx .
close
martin

Re: timeout during synchonize

jensm wrote:

I was looking at the timeout option in the open command and the reconnect option but I'm not sure of it kicks in for this particular case.

It does not. This is very special case. How do you run WinSCP?
jensm

timeout during synchonize

Hi,
I once in a while get a timout while synchronise a folder structure.
Is there a way to recover within the script?
I was looking at the timeout option in the open command and the reconnect option but I'm not sure of it kicks in for this particular case.
Jens

| 30291 KiB | 89.9 KiB/s | binary | 72%Timeout waiting for external console to complete the command.