I am trying to ftp_get($con,"/tmp/download.tmp","/remote/file
dir/file.txt",FTP_ASCII).  I am getting errors because of the space in the
remote filename.  I tried using "/remote/file\ dir/file.txt" as the
filename, but that also fails.  I also tried to ftp_chdir() to the directory
first and get file.txt to no avail.  Does anyone have any ideas on how to
GET a file that is in a directory with a space in it?

-Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to