Re: Example of Timeout Value Change
What language is that? VB.NET, VB, VBA?
With old VB/VBA, you cannot use
See https://winscp.net/tracker/1156
With old VB/VBA, you cannot use
SessionOptions.Timeout
. You have to use SessionOptions.TimeoutInMilliseconds
. This is available in 5.5.4 and later only.
See https://winscp.net/tracker/1156