Differences
This shows you the differences between the selected revisions of the page.
2014-07-28 | 2014-08-19 | ||
syntax (martin) | fixing syntax (martin) | ||
Line 34: | Line 34: | ||
| 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. | | + | | 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. | | ||
| bool WebdavSecure | Use WebDAVS (WebDAV over TLS/SSL), instead of WebDAV. &beta_feature | | | bool WebdavSecure | Use WebDAVS (WebDAV over TLS/SSL), instead of WebDAV. &beta_feature | |