Differences
This shows you the differences between the selected revisions of the page.
2015-12-13 | 2015-12-16 | ||
Restored revision 1445439698. Undoing revision 1450008365. (martin) (hidden) | removing recent tags with release of the next major branch 5.8 (martin) | ||
Line 22: | Line 22: | ||
| ''-passive=on%%|%%off'' | Enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | | | ''-passive=on%%|%%off'' | Enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | | ||
| ''-implicit'' | Implicit TLS/SSL ([[ftps|FTPS protocol]] only) | | | ''-implicit'' | Implicit TLS/SSL ([[ftps|FTPS protocol]] only) | | ||
- | | ''-explicit'' | Explicit %%TLS/SSL%% ([[ftps|FTPS protocol]] only). //In versions prior to the latest release, use ''-explicittls''.// &recent | | + | | ''-explicit'' | Explicit %%TLS/SSL%% ([[ftps|FTPS protocol]] only). | |
| ''-rawsettings setting1=value1 setting2=value2 ...'' | Allows configuring any site settings using [[rawsettings|raw format]] as in an INI file. E.g. to enable SSH compression and agent forwarding use ''-rawsettings Compression=1 AgentFwd=1''. The switch must come after session URL. | | | ''-rawsettings setting1=value1 setting2=value2 ...'' | Allows configuring any site settings using [[rawsettings|raw format]] as in an INI file. E.g. to enable SSH compression and agent forwarding use ''-rawsettings Compression=1 AgentFwd=1''. The switch must come after session URL. | | ||
Line 66: | Line 66: | ||
| ''-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'', ''-explicittls'', ''-explicitssl'' &recent | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Explicit'' (''[WinSCP.FtpSecure]::Explicit'') or ''FtpSecure.ExplicitTls'' (''[WinSCP.FtpSecure]::ExplicitTls''), in versions //prior to the latest version//. &recent | | + | | ''-explicit'' | Set ''[[library_sessionoptions|SessionOptions.FtpSecure]]'' to ''FtpSecure.Explicit'' (''[WinSCP.FtpSecure]::Explicit''). | |
| ''-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. | | ||