in reply to Net::SCP::Expect problem
use strict; use warnings; use IO::Pty; use Net::SCP::Expect; my $scpe = Net::SCP::Expect->new; $scpe->host("servera"); $scpe->login("swaroop","xxxxx"); $scpe->auto_yes("1"); $scpe->scp('testfile','servera:/tmp/testfile');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SCP::Expect problem
by swaroop (Beadle) on May 06, 2005 at 18:56 UTC | |
|
Re^2: Net::SCP::Expect problem
by Anonymous Monk on Jan 27, 2016 at 14:38 UTC |