Help for this page

Select Code to Download


  1. or download this
    my %parms = ( user => “phil”, password => “testme” );
    my $sftp = Net::SFTP->new($sadder, % parms) ;
    
  2. or download this
    my $user = “phil” ;
    my $pass = “testme” ;
    my %parms = ( user => $user, password =>  $pass) ;
    my $sftp = Net::SFTP->new($sadder, % parms) ;
    
  3. or download this
    bast: Reading configuration data /home/mumble/.ssh/config
    bast: Reading configuration data /etc/ssh_config
    ...
    bast: Sending request for user-authentication service.
    bast: Service accepted: ssh-userauth.bast: Trying empty user-authentic
    +ation request.
    input must be 8 bytes long at /usr/local/lib/perl5/site_perl/5.8.5/i68
    +6-linux/Crypt/DES.pm line 57.