On Fri, 2003-11-14 at 07:33, Thorben wrote:
> Warning: ftp_get(): 'RETR ' not understood.
> 
> I guess 'RETR' is a message from FTPServer to PHP and PHP don't 
> understand it. So, can you tell me, how to avoid this?

When you request (get) a file using the ftp command you send a RETR
command to the ftp server indicating which file you want to retrieve. 
I'm not 100% sure what is going on since there is no code in your post,
but it looks like the RETR command is disabled on the ftp server.  This
means you will not be able to download files.  Try retrieving the file
manually using your favorite ftp client and see what happens.  If you
can post the code you are using we may be able to help better.

-- 
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer.net/

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

Reply via email to