#include #include #include #include //#include int main( int argc, char** argv ) { try { // if( argc < 3 ) { // fc::cout<>pw; fc::ssh::client c; c.connect( "dlarimer", "", "localhost" ); fc::ssh::process proc = c.exec( "/bin/ls" ); while( !proc.out_stream().eof() ) { fc::string line; fc::getline( proc.out_stream(), line ); fc::cout<