commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2005-12-05 | 2005-12-05 | ||
3.8 creation of empty ini file (martin) | 3.8 /log (martin) | ||
Line 10: | Line 10: | ||
winscp3.exe [session] /console [/script=script_file] [/command command1 command2 ...] | winscp3.exe [session] /console [/script=script_file] [/command command1 command2 ...] | ||
winscp3.exe /update | winscp3.exe /update | ||
- | winscp3.exe /ini=<inifile> | + | winscp3.exe /ini=<inifile> /log=<logfile> |
winscp3.exe /help | winscp3.exe /help | ||
</code> | </code> | ||
Line 28: | Line 28: | ||
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. | 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. | ||
+ | |||
+ | With ''/log'' parameter you may turn on session logging to given file. | ||
Parameter ''/help'' shows usage (overview similar to this). | Parameter ''/help'' shows usage (overview similar to this). |