Differences
This shows you the differences between the selected revisions of the page.
2014-06-03 | 2014-06-10 | ||
forgotten property name change in 5.2.3 (martin) | 5.5.4 Bug 1156 (martin) | ||
Line 33: | Line 33: | ||
| string TlsHostCertificateFingerprint | Fingerprint of FTPS server [[ftps#certificate|TLS/SSL certificate]] to be automatically accepted (useful for certificates signed by untrusted authority). | | | string TlsHostCertificateFingerprint | Fingerprint of FTPS server [[ftps#certificate|TLS/SSL certificate]] to be automatically accepted (useful for certificates signed by untrusted authority). | | ||
| TimeSpan Timeout | Server response timeout. Defaults to 15 seconds. | | | TimeSpan Timeout | Server response timeout. Defaults to 15 seconds. | | ||
+ | | int TimeoutInMilliseconds | Alternative to `Timeout`. Particularly useful for COM hosts that cannot use `TimeSpan`, such as Visual Basic. | | ||
| string UserName | Username for authentication. Mandatory property. | | | string UserName | Username for authentication. Mandatory property. | | ||