Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Escape spaces in console mode

You cannot do this from command line (due to limitation of Windows parsing capabilities).
andy

Re: Escape spaces in console mode

How can this be done from the command line?

winscp3.com /command "open ....." syncrhonize local "Docs and Sets" ./

Complains about the number of parameters.



supercleanse wrote:

I'm trying to synchronize a local folder to a remote folder but I'm having prolems escaping spaces in my paths... Is there any way to synchronize folders with spaces in their paths? Example:

winscp>synchronize c:\Documents and Settings\supercleanse\My Documents /home/supercleanse/My Documents
martin

Re: Escape spaces in console mode

Enclose the path in quotes, like:

winscp>synchronize "c:\Documents and Settings\supercleanse\My Documents" "/home/supercleanse/My Documents"
supercleanse

Escape spaces in console mode

I'm trying to synchronize a local folder to a remote folder but I'm having prolems escaping spaces in my paths... Is there any way to synchronize folders with spaces in their paths? Example:

winscp>synchronize c:\Documents and Settings\supercleanse\My Documents /home/supercleanse/My Documents