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: Timeout

Use "open -timeout=60 ..." in your script file.
LaFF

Timeout

Good afternoon,

I m using the last version of WinSCp, but i have a issue with my script:
I tried the both conf:

C:\"Program Files (x86)"\WinSCP\winscp.com /console /log=G:\WinSCPLog_Upload.txt -timeout=60 /script=G:\log.txt

or

C:\"Program Files (x86)"\WinSCP\winscp.com /console /log=G:\WinSCPLog_Upload.txt /timeout=60 /script=G:\log.txt

But when in check into my log, time out is still 15.

. 2012-11-12 16:35:14.427 Tunnel: No
. 2012-11-12 16:35:14.427 Transfer Protocol: SFTP
. 2012-11-12 16:35:14.427 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2012-11-12 16:35:14.427 Proxy: none
. 2012-11-12 16:35:14.427 SSH protocol version: 2; Compression: No

Do you have any idea?

thank you for your help.