swaroop has asked for the wisdom of the Perl Monks concerning the following question:
*****************************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('servera:/tmp/testfile','testfile');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SCP::Expect problem
by phignuton (Novice) on May 06, 2005 at 15:32 UTC | |
by swaroop (Beadle) on May 06, 2005 at 16:09 UTC | |
|
Re: Net::SCP::Expect problem
by danielcid (Scribe) on May 06, 2005 at 18:19 UTC | |
by swaroop (Beadle) on May 06, 2005 at 18:56 UTC | |
by Anonymous Monk on Jan 27, 2016 at 14:38 UTC |