* Thus wrote Zhang, Yanning ([EMAIL PROTECTED]):
> is there another command similar to 
> ftp_exec(), but outside ftp? I tried ftp_exec() and it doesn't work ftp_exec($conn, 
> 'ls -al'): ERROR: SITE ls -al is not understood.
> 
iirc, that means that 'SITE' isn't supported by the server your
connected to.  ftp_rawlist() might get what you need.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to