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

sorcer1

TimeOut not corresponding to the documentation

Hello,

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 ?