Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. YingWang

    Help needed for Net::SCP::Expect

    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...
  2. YingWang

    Help needed for Net::SCP::Expect

    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...

Part and Inventory Search

Back
Top