Differences

This shows you the differences between the selected revisions of the page.

2014-08-19 2014-09-11
fixing syntax (martin) tls#certificate (martin)
Line 24: Line 24:
| FtpSecure FtpSecure | [[ftps|FTPS]] mode. Possible values are ''FtpSecure.None'' (default), ''FtpSecure.Implicit'', ''FtpSecure.ExplicitTls'' and ''FtpSecure.ExplicitSsl''. | | FtpSecure FtpSecure | [[ftps|FTPS]] mode. Possible values are ''FtpSecure.None'' (default), ''FtpSecure.Implicit'', ''FtpSecure.ExplicitTls'' and ''FtpSecure.ExplicitSsl''. |
| bool GiveUpSecurityAndAcceptAnySshHostKey | Give up security and accept any [[ssh_verifying_the_host_key|SSH host key]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''SshHostKeyFingerprint''. | | bool GiveUpSecurityAndAcceptAnySshHostKey | Give up security and accept any [[ssh_verifying_the_host_key|SSH host key]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''SshHostKeyFingerprint''. |
-| bool GiveUpSecurityAndAcceptAnyTlsHostCertificate | Give up security and accept any FTPS server [[ftps#certificate|TLS/SSL certificate]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''TlsHostCertificateFingerprint''. |+| bool GiveUpSecurityAndAcceptAnyTlsHostCertificate | Give up security and accept any FTPS server [[tls#certificate|TLS/SSL certificate]]. To be used in exceptional situations only, when security is not required. When set, log files will include warning about insecure connection. To maintain security, use ''TlsHostCertificateFingerprint''. |
| string HostName | Name of the host to connect to. Mandatory property. | | string HostName | Name of the host to connect to. Mandatory property. |
| string Password | Password for authentication. | | string Password | Password for authentication. |
Line 32: Line 32:
| string SshPrivateKeyPath | Full path to private key file. | | string SshPrivateKeyPath | Full path to private key file. |
| string SshPrivateKeyPassphrase | Passphrase for encrypted private keys. &beta_feature | | string SshPrivateKeyPassphrase | Passphrase for encrypted private keys. &beta_feature |
-| 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 [[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. |

Last modified: by martin