commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2015-02-23 | 2015-02-23 | ||
rawsettings (martin) | there may not be any session url (martin) | ||
Line 50: | Line 50: | ||
Parameters ''/implicit'', and ''/explicit'' (''/explicittls'' //in the earlier versions//&recent) enable respective [[ftps#methods_of_invoking|method of invoking FTPS]]. | Parameters ''/implicit'', and ''/explicit'' (''/explicittls'' //in the earlier versions//&recent) enable respective [[ftps#methods_of_invoking|method of invoking FTPS]]. | ||
- | 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. | + | 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). |
When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. This allows you settings [[scriptcommand_option|script options]] before starting session. | When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. This allows you settings [[scriptcommand_option|script options]] before starting session. |