Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-29 | 2012-05-14 | ||
| SshHostKey is fingerpring (martin) | typo (martin) | ||
| Line 29: | Line 29: | ||
| | string SshHostKey | Fingerprint of SSH server [[ssh#verifying_the_host_key|host key]]. Mandatory for SFTP/SCP protocol.((You can leave the property ''null'', if you set ''[[library_session#properties|Session.DefaultConfiguration]]'' to ''false'' and make sure the host key is already accepted in the [[config|configuration]], only (not recommended).)) | | | string SshHostKey | Fingerprint of SSH server [[ssh#verifying_the_host_key|host key]]. Mandatory for SFTP/SCP protocol.((You can leave the property ''null'', if you set ''[[library_session#properties|Session.DefaultConfiguration]]'' to ''false'' and make sure the host key is already accepted in the [[config|configuration]], only (not recommended).)) | | ||
| | string SshPrivateKey | Full path to private key file. The key has to be passphrase-less or [[ui_pageant|Pageant]] has to be running with the key loaded (''SshPrivateKey'' then server only to select, what private key Pageant should use, in case more are loaded). | | | string SshPrivateKey | Full path to private key file. The key has to be passphrase-less or [[ui_pageant|Pageant]] has to be running with the key loaded (''SshPrivateKey'' then server only to select, what private key Pageant should use, in case more are loaded). | | ||
| - | | string SslSertificate | [[ftps#certificate|SSL/TLS certificate]] to be automatically accepted (useful for certificates signed by untrusted authority). | | + | | string SslCertificate | [[ftps#certificate|SSL/TLS 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. | | ||
| | string UserName | Username for authentication. Mandatory property. | | | string UserName | Username for authentication. Mandatory property. | | ||