RE: [PHP] looking for remote execution command

2004-04-12 Thread Vail, Warren
Depends on the machine you are connecting to, but there are a whole raft of them. rexec, rpc, rsh, ssh (I've even invoked perl under php to gain access to perls telnet command, could never get one to work in PHP, seems there is some handshaking missing (will/wont, can/cant, etc)). Secure Shell (ss

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