commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2013-04-08 | ||
5.1 stable (martin) | 5.2: stored session => site (martin) | ||
Line 4: | Line 4: | ||
Parameters for ''[[executables|winscp.exe]]'' executable: | Parameters for ''[[executables|winscp.exe]]'' executable: | ||
<code> | <code> | ||
- | winscp.exe stored_session | + | winscp.exe site |
winscp.exe <session_url>[/path/[file]] | winscp.exe <session_url>[/path/[file]] | ||
winscp.exe [mysession] /synchronize [local_directory] [remote_directory] [/defaults] | winscp.exe [mysession] /synchronize [local_directory] [remote_directory] [/defaults] | ||
Line 27: | Line 27: | ||
==== Session ==== | ==== Session ==== | ||
- | The first syntax opens the [[session_configuration#stored|stored session]] (to open session, stored in folder, use path syntax "folder/session"). | + | The first syntax opens the [[session_configuration#site|site]] (stored session). &beta To open site, stored in folder, use path syntax "folder/session". |
The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (''/''), it is treated as path to file (or even directory) that should be downloaded. | The second creates the session specified by [[session_url|session URL]] and optionally by initial remote path. If the remote path is not ended by slash (''/''), it is treated as path to file (or even directory) that should be downloaded. |