commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-09-15 | 2011-09-16 | ||
bug 520 /rawsettings (martin) | syntax (martin) | ||
Line 113: | Line 113: | ||
</code> | </code> | ||
- | Argument starting with slash is considered as switch. If you need to pass parameter with such syntax (i.e. typically a remote path like ''/root''), you need to use special switch ''//'' (two slashes) before the argument. The switch ''//'' denotes that all following arguments are not switches. Example: | + | Argument starting with slash is considered as switch. If you need to pass parameter with such syntax (i.e. typically a remote path like ''/root''), you need to use special switch ''%%//%%'' (two slashes) before the argument. The switch ''%%//%%'' denotes that all following arguments are not switches. Example: |
<code> | <code> | ||
winscp.exe /synchronize // "C:\Documents and Settings\martin\Documents\MySite" /root | winscp.exe /synchronize // "C:\Documents and Settings\martin\Documents\MySite" /root |