Re: timeout
Thank you.... I've been looking in the doc without findind this :/
thanks again !
thanks again !
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
open sftp://user:password@host.net:2245 -timeout=29 -hostkey="ssh-rsa 1024 00:00:00:00:00:00:00:00:00:00:00"
bin\Debug>WinSCP.com /script:winscpCommands.txt
batch on
confirm off
Searching for host...
Connecting to host...
Authenticating...
Using username "natixer".
Authenticating with pre-entered password.
Host is not communicating for more than 15 seconds. Still waiting...
Warning: Aborting this operation will close connection!
(A)bort: Abort
Terminated by user.
Authentication log (see session log for details):
Using username "natixer".
Authentication failed.
No session.
No session.
\bin\Debug>WinSCP.com /script:winscpCommands.txt /timeout:29
batch on
confirm off
Searching for host...
Connecting to host...
Authenticating...
Using username "natixer".
Authenticating with pre-entered password.
Host is not communicating for more than 15 seconds. Still waiting...
Warning: Aborting this operation will close connection!
(A)bort: Abort
Terminated by user.
Authentication log (see session log for details):
Using username "natixer".
Authentication failed.
No session.
No session.
option batch on
option confirm off
open sftp://user:password@host.net:2245 -hostkey="ssh-rsa 1024 00:00:00:00:00:00:00:00:00:00:00"
cd /
get myfile
Exit