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: *

  • Users: YingWang
  • Content: Threads
  • Order by date
  1. 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