I am curious as to how I would go about executing SSH command line operations through PHP. Say for instance the command "ftpwho", which would return a list of users connected to a FTP server, along with what they are doing, etc. I've tried to open a socket to my SSH server, along with the functions system(), shell_exec(), and exec().
Thanks, Kyle Gibson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php