Help for this page

Select Code to Download


  1. or download this
    my $s=Net::SFTP::Foreign->new( 'foo@bar',
                                   password=>'...',
    ...
                                   more => '-v' );
    
    die $sftp->error if $sftp->error;