Differences

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

2013-04-16 2013-04-16
5.2 Bug 815 For special cases, it is possible to accept any SSH host key or any SSL certificate (with warning) SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey or SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey in .NET assembly. (martin) typo (martin)
Line 23: Line 23:
| FtpMode FtpMode | FTP mode. Possible values are ''FtpMode.Passive'' (default) and ''FtpMode.Active''. | | FtpMode FtpMode | FTP mode. Possible values are ''FtpMode.Passive'' (default) and ''FtpMode.Active''. |
| FtpSecure FtpSecure | [[ftps|FTPS]] mode. Possible values are ''FtpSecure.None'' (default), ''FtpSecure.Implicit'', ''FtpSecure.ExplicitSsl'' and ''FtpSecure.ExplicitTls''. | | FtpSecure FtpSecure | [[ftps|FTPS]] mode. Possible values are ''FtpSecure.None'' (default), ''FtpSecure.Implicit'', ''FtpSecure.ExplicitSsl'' and ''FtpSecure.ExplicitTls''. |
-| 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 connection 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 GiveUpSecurityAndAcceptAnySslHostCertificate | Give up security and accept any FTPS server [[ftps#certificate|SSL/TLS certificate]]. To be used in exceptional situations only, when security connection is not required. When set, log files will include warning about insecure connection. To maintain security, use ''SslHostCertificateFingerprint''. |+| bool GiveUpSecurityAndAcceptAnySslHostCertificate | Give up security and accept any FTPS server [[ftps#certificate|SSL/TLS 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 ''SslHostCertificateFingerprint''. |
| 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. |

Last modified: by martin