Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-29 | 2011-12-29 | ||
| namespace (martin) | other notation for default (martin) | ||
| Line 15: | Line 15: | ||
| ===== Properties ===== | ===== Properties ===== | ||
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| - | | SessionProtocols Protocol | Protocol to use for the session. Possible values are ''SessionProtocols.Sftp'', ''SessionProtocols.Scp'' and ''SessionProtocols.Ftp''. Defaults to ''SessionProtocols.Sftp''. | | + | | SessionProtocols Protocol | Protocol to use for the session. Possible values are ''SessionProtocols.Sftp'' (default), ''SessionProtocols.Scp'' and ''SessionProtocols.Ftp''. | |
| | 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. | | | uint PortNumber | Port number to connect to. Keep default ''0'' to use the default port for the protocol. | | ||