commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2004-12-15 | 2004-12-15 | ||
created (martin) | no summary (martin) | ||
Line 1: | Line 1: | ||
====== Command-line Options ====== | ====== Command-line Options ====== | ||
+ | <code> | ||
winscp3.exe stored_session | winscp3.exe stored_session | ||
winscp3.exe [(scp|sftp)://][user[:password]@]host[:port][/path] | winscp3.exe [(scp|sftp)://][user[:password]@]host[:port][/path] | ||
Line 9: | Line 10: | ||
winscp3.exe /update | winscp3.exe /update | ||
winscp3.exe /ini=<inifile> | winscp3.exe /ini=<inifile> | ||
- | winscp3.exe /helpThe first syntax opens the stored session. The second creates the session specified by at least hostname, optionaly by name of protocol, port number, username, password and initial remote path. In both cases, when only hostname is known, only Login dialog is shown with pre-filled hostname. Otherwise connection attempt is started immediately. | + | winscp3.exe /help |
+ | </code> | ||
+ | The first syntax opens the stored session. The second creates the session specified by at least hostname, optionaly by name of protocol, port number, username, password and initial remote path. In both cases, when only hostname is known, only Login dialog is shown with pre-filled hostname. Otherwise connection attempt is started immediately. | ||
With /upload parameter WinSCP uploads specified files to remote directory of session defined using one of the previous syntaxes. | With /upload parameter WinSCP uploads specified files to remote directory of session defined using one of the previous syntaxes. |