okey.....another problem.
when the filename i wantet to download or the path to it looks like the following i get also some errors:
"/mnt/500GB/this is the folder/and this the file.gz"
to make i more cleare, i want the whole command getting startet using windows -> run
Hi there.
I'm using autoit to download some folders from our ftp server with winscp.com
So far so good.
But i want to reduce my code a little bit and tried to give all the needed parameters to winscp.com
"c:\program files\winscp\winscp.com" /command "open "root@XXX.xxx.de"" "get "/mnt/foldera/folderb/full/somefile.tgz e:\2010-03-03""
winscp wants to download the file but i get the error "Unknown command 'e:\2010-03-03'
and yes the folder "2010-03-03" is createt.
have i forget some "" or where is my error?
greetings
patrick