Hi there,
I need to use Net::SCP::Expect to transfer file from one server to another. I am using ActivePerl for my development.
Here is my test code
use strict;
use warnings;
use Net::SCP::Expect;
my $scpe = Net::SCP::Expect->new(host=>$host, user=>$user, password=>$pass...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.