commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-10-02 | 2009-12-20 | ||
alternative fingerprints (martin) | 4.2.5 bug 311 (martin) | ||
Line 32: | Line 32: | ||
For security reasons, when protocol (''%%sftp://%%'', ''%%ftp://%%'' or ''%%scp://%%'') is provided on command line (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 (''%%sftp://%%'', ''%%ftp://%%'' or ''%%scp://%%'') is provided on command line (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 [[public_key#private|private key file]]. You can use environment variables in the path, with syntax ''%NAME%''. | + | Parameter ''/privatekey'' specifies [[local_path|local path]] to [[public_key#private|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]]. | ||
Line 44: | Line 44: | ||
When using [[scripting]], use ''[[script_commands#open|open]]'' command (and its switches) instead. This allows you settings [[script_commands#option|script options]] before starting session. | When using [[scripting]], use ''[[script_commands#open|open]]'' command (and its switches) instead. This allows you settings [[script_commands#option|script options]] before starting session. | ||
- | With ''/log'' parameter you may turn on [[logging|session logging]] to given file. If the log file name has ''.xml'' extension, [[logging_xml|XML logging]] is used. You can use environment variables in the path, with syntax ''%NAME%''. | + | With ''/log'' parameter you may turn on [[logging|session logging]] to file specified by [[local_path|local path]]. If the log file name has ''.xml'' extension, [[logging_xml|XML logging]] is used. |
==== [[scripting]] Console/scripting mode ==== | ==== [[scripting]] Console/scripting mode ==== | ||
Line 67: | Line 67: | ||
==== Configuration ==== | ==== Configuration ==== | ||
- | With ''/ini'' parameter you may specify path to [[config|configuration INI file]]. It effectively disables using [[config|registry as configuration storage]]. If the file does not exist, default configuration will be used and the file will be created. You can use environment variables in the path, with syntax ''%NAME%''. | + | With ''/ini'' parameter you may specify [[local_path|local path]] to [[config|configuration INI file]]. It effectively disables using [[config|registry as configuration storage]]. If the file does not exist, default configuration will be used and the file will be created. |
==== Auxiliary ==== | ==== Auxiliary ==== |