Help for this page
my %args = ( host => "localhost", user => "user", ... my $sftp = Net::SFTP::Foreign->new(%args); $sftp->die_on_error("Unable to establish SFTP connection");