TimeOut not corresponding to the documentation
Hello,
In the doc the Session.Timeout default value is 1 minute :
But when i try the example code with the 5.0.8 version i found in the debug log this line command :
Why there is a difference ?
In the doc the Session.Timeout default value is 1 minute :
TimeSpan Timeout : Maximal interval between two consecutive outputs from WinSCP console session, before TimeoutException is thrown. The default is one minute.
But when i try the example code with the 5.0.8 version i found in the debug log this line command :
Command: [open -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" -timeout=15 "sftp://user:pwd@host:22" -rawsettings ProxyMethod="3" ProxyHost="proxy.com" ProxyPort="3128"]
Why there is a difference ?