Greetz#!/usr/bin/perl -w use Net::SSH::Perl; use strict; my $user = ""; #Fill me in my $pass = ""; #Fill me in my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass); my($stdout, $stderr, $exit) = $ssh->cmd("ls -alp");
In reply to Re: remote server directory read
by Beatnik
in thread remote server directory read
by NaganRhys
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |