RE: [PHP] looking for remote execution command

2004-04-12 Thread Vail, Warren
. Warren Vail -Original Message- From: Zhang, Yanning [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: [PHP] looking for remote execution command is there another command similar to ftp_exec(), but outside ftp? I tried ftp_exec() and it do

Re: [PHP] looking for remote execution command

2004-04-12 Thread Curt Zirzow
* 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 connec

[PHP] looking for remote execution command

2004-04-12 Thread Zhang, Yanning
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. Thanks. Yanning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php