commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-01-19 | 2016-01-21 | ||
rawconfig anchor (martin) | rawsettings anchor (martin) | ||
Line 61: | Line 61: | ||
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 ''/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). |
When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. | When using [[scripting]], use ''[[scriptcommand_open|open]]'' command (and its switches) instead. | ||
Line 138: | Line 138: | ||
==== [[batchsettings]] Mass-modification of sites ==== | ==== [[batchsettings]] Mass-modification of sites ==== | ||
- | Use ''/batchsettings'' to mass-modify stored sites. The first argument is a mask to select sites to modify. Use a syntax of [[file_mask#basic|basic file masks]]. You can also use [[file_mask#path|path mask]] to select sites based on their folders. The other arguments define new values for site settings. Use the same syntax as for ''[[commandline#session|/rawsettings]]''. | + | Use ''/batchsettings'' to mass-modify stored sites. The first argument is a mask to select sites to modify. Use a syntax of [[file_mask#basic|basic file masks]]. You can also use [[file_mask#path|path mask]] to select sites based on their folders. The other arguments define new values for site settings. Use the same syntax as for ''[[commandline#rawsettings|/rawsettings]]''. |
For example to configure a proxy for all sites in a "clients" folder, use: | For example to configure a proxy for all sites in a "clients" folder, use: |