Here is the summary of how I get it work. Hope it can help others.
I have ActivePerl Business Edition (PPM) version 5.14 and ActiveState Perl Dev Kit (PDK) version 9.2 installed on my windows system. My perl script that to be run on a Solaris machine needs transfer files to another machine via...
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.