commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-09-15 | 2011-09-15 | ||
bug 481 /xmllog (martin) | /xmllog in syntax, /xmllog is beta feature, typo (martin) | ||
Line 13: | Line 13: | ||
winscp.exe [mysession] [/timeout=<sec>] | winscp.exe [mysession] [/timeout=<sec>] | ||
winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | ||
- | winscp.exe /ini=<inifile> /log=<logfile> | + | winscp.exe /ini=<inifile> /log=<logfile> /xmllog=<logfile> |
winscp.exe /update | winscp.exe /update | ||
winscp.exe /help | winscp.exe /help | ||
Line 44: | Line 44: | ||
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. | ||
- | With ''/log'' parameter you may turn on [[logging|session logging]] to file specified by [[local_path|local path]]. With ''/xmllog'' parameter you may turn on [[logging_xml|XML logging]] to file specified by local path.((For backwards compatibility, XML logging can also be enabled using ''/log'' parameter with filename ending with ''.xml'' extension.)) It either path you can use the same patterns as in the [[ui_pref_logging|logging preferences]]. | + | With ''/log'' parameter you may turn on [[logging|session logging]] to file specified by [[local_path|local path]]. With ''/xmllog'' parameter you may turn on [[logging_xml|XML logging]] to file specified by local path (&beta_feature).((For backwards compatibility, XML logging can also be enabled using ''/log'' parameter with filename ending with ''.xml'' extension.)) It either path can use the same patterns as in the [[ui_pref_logging|logging preferences]]. |
<code> | <code> |