Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-30 | 2012-01-04 | ||
| &future_feature (martin) | int port, sorting properties (martin) | ||
| Line 17: | Line 17: | ||
| ===== Properties ===== | ===== Properties ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | SessionProtocols Protocol | Protocol to use for the session. Possible values are ';'SessionProtocols.Sftp'' (default), ''SessionProtocols.Scp'' and ''SessionProtocols.Ftp''. | | + | | string HostKey | [[ssh#verifying_the_host_key|Host key]] of the SSH server. Mandatory for SFTP/SCP protocol. | |
| | string HostName | Name of the host to connect to. Mandatory property. | | | string HostName | Name of the host to connect to. Mandatory property. | | ||
| - | | uint PortNumber | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | ||
| - | | string UserName | Username for authentication. Mandatory property. | | ||
| | string Password | Password for authentication. | | | string Password | Password for authentication. | | ||
| - | | string HostKey | [[ssh#verifying_the_host_key|Host key]] of the SSH server. Mandatory for SFTP/SCP 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 ''SessionProtocols.Sftp'' (default), ''SessionProtocols.Scp'' and ''SessionProtocols.Ftp''. | | ||
| + | | string UserName | Username for authentication. Mandatory property. | | ||
| ===== Remarks ===== | ===== Remarks ===== | ||