Differences
This shows you the differences between the selected revisions of the page.
| 2016-01-06 | 2016-01-06 | ||
| use <file> for -privatekey too (martin) | order (martin) | ||
| Line 62: | Line 62: | ||
| ^ Switch ^ Mapping ^ | ^ Switch ^ Mapping ^ | ||
| | ''-privatekey'' | Set ''[[library_sessionoptions|SessionOptions.SshPrivateKeyPath]]''. | | | ''-privatekey'' | Set ''[[library_sessionoptions|SessionOptions.SshPrivateKeyPath]]''. | | ||
| - | | ''-passphrase'' | Set ''[[library_sessionoptions|SessionOptions.SshPrivateKeyPassphrase]]''. | | ||
| - | | ''-timeout'' | Set ''[[library_sessionoptions|SessionOptions.Timeout]]''. | | ||
| | ''-hostkey'' | Set ''[[library_sessionoptions|SessionOptions.SshHostKeyFingerprint]]''. | | | ''-hostkey'' | Set ''[[library_sessionoptions|SessionOptions.SshHostKeyFingerprint]]''. | | ||
| | ''-certificate'' | Set ''[[library_sessionoptions|SessionOptions.TlsHostCertificateFingerprint]]''. | | | ''-certificate'' | Set ''[[library_sessionoptions|SessionOptions.TlsHostCertificateFingerprint]]''. | | ||
| + | | ''-passphrase'' | Set ''[[library_sessionoptions|SessionOptions.SshPrivateKeyPassphrase]]''. | | ||
| | ''-passive'' | Set ''[[library_sessionoptions|SessionOptions.FtpMode]]'' to ''FtpMode.Passive'' for ''on'' or ''FtpMode.Active'' \\ [[library_powershell#enums|Enumeration syntax]] in PowerShell is like ''[WinSCP.FtpMode]::Passive''. | | | ''-passive'' | Set ''[[library_sessionoptions|SessionOptions.FtpMode]]'' to ''FtpMode.Passive'' for ''on'' or ''FtpMode.Active'' \\ [[library_powershell#enums|Enumeration syntax]] in PowerShell is like ''[WinSCP.FtpMode]::Passive''. | | ||
| | ''-implicit'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Implicit'' (''[WinSCP.FtpSecure]::Implicit'' in PowerShell). | | | ''-implicit'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Implicit'' (''[WinSCP.FtpSecure]::Implicit'' in PowerShell). | | ||
| | ''-explicit'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Explicit'' (''[WinSCP.FtpSecure]::Explicit''). | | | ''-explicit'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Explicit'' (''[WinSCP.FtpSecure]::Explicit''). | | ||
| + | | ''-timeout'' | Set ''[[library_sessionoptions|SessionOptions.Timeout]]''. | | ||
| | ''-rawsettings'' | Call ''[[library_sessionoptions_addrawsettings|SessionOptions.AddRawSettings]]'' for every key/value pair in switch parameters. | | | ''-rawsettings'' | Call ''[[library_sessionoptions_addrawsettings|SessionOptions.AddRawSettings]]'' for every key/value pair in switch parameters. | | ||
| | ''-filezilla'' | Convert the full equivalent syntax suggested, when the ''open'' command is executed. | | | ''-filezilla'' | Convert the full equivalent syntax suggested, when the ''open'' command is executed. | | ||