trouble downloading via command line if spaces in local path

Report client bugs
Post Reply
andypicch
Posts: 1
Joined: Fri Mar 14, 2008 8:46 pm

trouble downloading via command line if spaces in local path

Post by andypicch »

So if I try something like this... I get errors and no file

"c:\program files\coreftp\coreftp.exe" -d ftp://user:password@ftp.myftp.com/files/myfile.txt -p C:\Documents and Settings\apicchetti\Desktop\Projects -ssl -active

I also tried:

"c:\program files\coreftp\coreftp.exe" -d ftp://user:password@ftp.myftp.com/files/myfile.txt -p "C:\Documents and Settings\apicchetti\Desktop\Projects" -ssl -active

neither worked. I deduce it was the spaces the file name because when I sent:

"c:\program files\coreftp\coreftp.exe" -d ftp://user:password@ftp.myftp.com/files/myfile.txt -p C:\temp -ssl -active

I got the file
Post Reply