Help for this page

Select Code to Download


  1. or download this
    No matching cipher found: client DES3 server aes128-cbc,3des-cbc,blowf
    +ish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysato
    +r.liu.se,aes128-ctr,aes192-ctr,aes256-ctr at /exlibris/product/perl-5
    +.8.8/lib/site_perl/5.8.8/Net/SSH/Perl/SSH2.pm line 87
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my %args = (user=>'aaa', password=>'bbb');
    my $ftp = new Net::SFTP('http://www.test.com',%args);
    ($get_code) = $ftp->get('temp1', 'temp2');