Differences
This shows you the differences between the selected revisions of the page.
2015-02-19 | 2015-03-05 | ||
faq_script_hostkey => faq_hostkey (martin) | comma (martin) | ||
Line 35: | Line 35: | ||
| string TlsHostCertificateFingerprint | Fingerprint of FTPS/WebDAVS server [[tls#certificate|TLS/SSL certificate]] to be automatically accepted (useful for certificates signed by untrusted authority). | | | string TlsHostCertificateFingerprint | Fingerprint of FTPS/WebDAVS server [[tls#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. | | | bool WebdavSecure | Use WebDAVS (WebDAV over TLS/SSL), instead of WebDAV. | |