Differences
This shows you the differences between the selected revisions of the page.
2012-08-14 | 2012-09-24 | ||
no fancy double-quotes in syntax (martin) | 5.1 is stable (martin) | ||
Line 15: | Line 15: | ||
| ''%%-hostkey="<fingerprint>"%%'' | Specifies fingerprint of expected [[ssh#verifying_the_host_key|SSH host key]] (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept hostkey]] with the fingerprint. As the hostkey fingerprint contains spaces you need to enclose it in quotes. //Learn how to [[faq_script_hostkey|obtain host key fingerprint]]//. [[SFTP]] and [[SCP]] protocols only. | | | ''%%-hostkey="<fingerprint>"%%'' | Specifies fingerprint of expected [[ssh#verifying_the_host_key|SSH host key]] (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept hostkey]] with the fingerprint. As the hostkey fingerprint contains spaces you need to enclose it in quotes. //Learn how to [[faq_script_hostkey|obtain host key fingerprint]]//. [[SFTP]] and [[SCP]] protocols only. | | ||
| ''%%-certificate="<fingerprint>"%%'' | Specifies fingerprint of expected [[ftps#certificate|SSL/TLS sertificate]] (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept certificate]] with the fingerprint. [[ftps|FTPS]] protocol only. | | | ''%%-certificate="<fingerprint>"%%'' | Specifies fingerprint of expected [[ftps#certificate|SSL/TLS sertificate]] (or several fingerprints separated by semicolon). It makes WinSCP automatically [[scripting#hostkey|accept certificate]] with the fingerprint. [[ftps|FTPS]] protocol only. | | ||
- | | ''-passive=on%%|%%off'' | Enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). &beta_feature | | + | | ''-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) | | ||
| ''-explicitssl'' | Explicit SSL ([[ftps|FTPS protocol]] only) | | | ''-explicitssl'' | Explicit SSL ([[ftps|FTPS protocol]] only) | | ||
| ''-explicittls'' | Explicit TLS ([[ftps|FTPS protocol]] only) | | | ''-explicittls'' | Explicit TLS ([[ftps|FTPS protocol]] only) | | ||
- | | ''-rawsettings setting1=value1 setting2=value2 ...'' | Allows configuring any session 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''. &beta_feature | | + | | ''-rawsettings setting1=value1 setting2=value2 ...'' | Allows configuring any session 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''. | |
XML log element: ''[[logging_xml|session]]'' | XML log element: ''[[logging_xml|session]]'' |