Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-05-15 | ||
powershell (martin) | library_powershell#enums (martin) | ||
Line 50: | Line 50: | ||
| ''-hostkey'' | Set ''[[library_sessionoptions|SessionOptions.SshHostKeyFingerprint]]''. | | | ''-hostkey'' | Set ''[[library_sessionoptions|SessionOptions.SshHostKeyFingerprint]]''. | | ||
| ''-certificate'' | Set ''[[library_sessionoptions|SessionOptions.SslHostCertificateFingerprint]]''. | | | ''-certificate'' | Set ''[[library_sessionoptions|SessionOptions.SslHostCertificateFingerprint]]''. | | ||
- | | ''-passive'' | Set ''[[library_sessionoptions|SessionOptions.FtpMode]]'' to ''FtpMode.Passive'' (''[WinSCP.FtpMode]::Passive'' in [[library_powershell|PowerShell]]) for ''on'' or ''FtpMode.Active'' (''[WinSCP.FtpMode]::Active'') for ''off''. | | + | | ''-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). | | ||
| ''-explicitssl'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.ExplicitSsl'' (''[WinSCP.FtpSecure]::ExplicitSsl''). | | | ''-explicitssl'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.ExplicitSsl'' (''[WinSCP.FtpSecure]::ExplicitSsl''). | |