commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2016-01-06 | 2016-01-06 | ||
| /batchsettings is for winscp.com too (martin) | order (martin) | ||
| Line 45: | Line 45: | ||
| Parameter ''/privatekey'' specifies [[local_path|local path]] to [[public_key#private|SSH 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 ''/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 ''/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. | ||
| Line 53: | Line 51: | ||
| Parameters ''/implicit'', and ''/explicit'' enable respective [[ftps#methods_of_invoking|method of invoking FTPS]]. | Parameters ''/implicit'', and ''/explicit'' enable respective [[ftps#methods_of_invoking|method of invoking FTPS]]. | ||
| + | |||
| + | Parameter ''/timeout'' specifies [[ui_login_connection#server_response_timeout|server response timeout]]. | ||
| Parameter ''/rawsettings'' allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after session URL (if any). | Parameter ''/rawsettings'' allows configuring any site settings [[rawsettings|using raw format as in an INI file]]. E.g. to enable SSH compression and agent forwarding use ''/rawsettings Compression=1 AgentFwd=1''. The parameter must come after session URL (if any). | ||