commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2014-07-14 | 2014-07-28 | ||
/edit is beta (martin) | mark protocol specific parameters (martin) | ||
Line 37: | Line 37: | ||
For security reasons, when protocol (such as ''%%sftp://%%'') is provided as part of session URL (possible execution from web browser/Windows Explorer), all command-like parameters that cause any automatic action are ignored, including ''/defaults'', ''/log'', ''/script'' and ''/command''. | For security reasons, when protocol (such as ''%%sftp://%%'') is provided as part of session URL (possible execution from web browser/Windows Explorer), all command-like parameters that cause any automatic action are ignored, including ''/defaults'', ''/log'', ''/script'' and ''/command''. | ||
- | Parameter ''/privatekey'' specifies [[local_path|local path]] to [[public_key#private|private key file]]. | + | Parameter ''/privatekey'' specifies [[local_path|local path]] to [[public_key#private|SSH private key file]]. |
Parameter ''/timeout'' specifies [[ui_login_connection#server_response_timeout|server response timeout]]. | Parameter ''/timeout'' specifies [[ui_login_connection#server_response_timeout|server response timeout]]. | ||
- | Parameter ''/hostkey'' specifies fingerprint of expected host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. | + | Parameter ''/hostkey'' specifies fingerprint of expected SSH host key (or several alternative fingerprints separated by semicolon). It makes WinSCP automatically [[ssh_verifying_the_host_key|accept host key]] with the fingerprint. |
Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). | Parameter ''/passive'' enables [[ui_login_connection#connection|passive]] (''=on'') or active (''=off'') transfer mode ([[FTP]] protocol only). |