Well I'm having the same problem... no useful suggestions from ME yet.
:)

- Victor > www.argilent.com

-----Original Message-----
From: Jason Romero [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 03, 2002 5:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP] ftp_put

I am having problems getting the ftp_put command to upload a file to an
apache server
i get this error
Warning: error opening
C:\\WINDOWS\\Desktop\\Jason\\jjmckay\\testaudio.mp3
in /home/virtual/site31/fst/var/www/html/clientadmin/mp3upload.php on
line
32

here is the code

$dest = "/var/www/html/public/$user/";
$upload = ftp_put($FTP, $dest, $source_file, FTP_BINARY);

if ($upload) echo "it worked";
else echo "it didnt work";


the $source_file is pulled from a form on the previous page

any suggestions?

Jason Romero



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

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

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

Reply via email to