I'm trying to get the output of a shell command with PHP 

This is the command I'm Trying to execute, I also tried using system instead
of passthru

 

<?php

          passthru(ftpwho -v, $return_var);

          echo $return_var;

?>

 

Both cases "passthru" and "system" Outputed "2" but should have outputted
something like this:

 

standalone FTP daemon [17899]:

21852 geiri    [ 4h45m] (n/a) STOR /UPLOAD_HERE/moviemusic/The Soprano's -
Music from the HBO Original Series

        KB/s: 143.87

        client: client.client.de [12.2.2.3]

        server: 62.145.135.125:2121 (shiiit.serbinn.com)

        location: /MP3/ Music/

 

Any Idea about what  could be wrong

Reply via email to