Differences
This shows you the differences between the selected revisions of the page.
2012-01-04 | 2012-01-04 | ||
new options and addrawsettings (martin) | duplicate line, missing timeout and username (martin) | ||
Line 19: | Line 19: | ||
| 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''. | | ||
- | (default), ''FtpSecure.Implicit'', ''FtpSecure.ExplicitSsl'' and ''FtpSecure.ExplicitTls''. | | ||
| 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. | | ||
| int PortNumber | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | | int PortNumber | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | ||
- | | SessionProtocols Protocol | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'' and ''Protocol.Ftp''. | | + | | Protocols Protocol | Protocol to use for the session. Possible values are ''Protocol.Sftp'' (default), ''Protocol.Scp'' and ''Protocol.Ftp''. | |
| string SshHostKey | [[ssh#verifying_the_host_key|Host key]] of the SSH server. Mandatory for SFTP/SCP protocol. | | | string SshHostKey | [[ssh#verifying_the_host_key|Host key]] of the SSH server. Mandatory for SFTP/SCP protocol. | | ||
| 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 SslSertificate | [[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. | | ||
+ | | string UserName | Username for authentication. Mandatory property. | | ||
===== Methods ===== | ===== Methods ===== |