No matching cipher found: client DES3 server aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.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 #### #!/usr/bin/perl use strict; use warnings; use Net::SFTP; ##All the credentials have been changed for privacy reasons my %args = (user=>'aaa', password=>'bbb'); my $ftp = new Net::SFTP('http://www.test.com',%args); ($get_code) = $ftp->get('temp1', 'temp2');