commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-11-08 | 2011-11-08 | ||
m (207.107.36.14) | Clarity (207.107.36.14) | ||
Line 114: | Line 114: | ||
</code> | </code> | ||
- | An Argument that begins with a slash is considered a switch. If you need to pass a 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 ''%%//%%'' signals that any arguments following the double slash are considered part of the parameter to be passed. Example: | + | An Argument that begins with a slash is considered a switch. To pass a parameter that itself uses the slash in its syntax (i.e. a remote path like ''/root''), use the special switch ''%%//%%'' (two slashes) before the argument. The switch ''%%//%%'' consolidates any arguments following the double slash into a single passed parameter. 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 |