Problems passing double quoted "" dirs on cmdline to remote
I want to download some remote files to a local directory whose path contains blanks.
Since blanks are interpreted as comand delimiters I get mess when executing the following command from a batch file getdata.bat:
-------------
set localdir=D:\mydata\2007 logs\
winscp myname:mypw@xxx.xxx.xxx.xxx/aaa/bbb /console /command "get ccc.log "%localdir%""
----
When I execute the same command on the remote console:
get ccc.log "D:\mydata\2007 logs\"
....everything works fine.
However I have problems passing the inside double quotes to the remote computer shell.
Even masking them with \ or ^ does not work.
How can I do this otherwise ?
Peter
Since blanks are interpreted as comand delimiters I get mess when executing the following command from a batch file getdata.bat:
-------------
set localdir=D:\mydata\2007 logs\
winscp myname:mypw@xxx.xxx.xxx.xxx/aaa/bbb /console /command "get ccc.log "%localdir%""
----
When I execute the same command on the remote console:
get ccc.log "D:\mydata\2007 logs\"
....everything works fine.
However I have problems passing the inside double quotes to the remote computer shell.
Even masking them with \ or ^ does not work.
How can I do this otherwise ?
Peter