Problems with get command
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
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