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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SCP in PERL

Status
Not open for further replies.

michelebulloni

Programmer
Mar 4, 2004
13
IT
hi,
i need a script perl for simulate a scp command unix

Thanks....
 
Yeah, I know SCP, I couldn't understand what the posted question wanted to do. SCP is already available. The question implied a desire to re-write it in perl???

Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
 
Probably just wanted a nice interface for it from Perl. Something else that's similar is File::Remote. It's nice for transparently opening files off remote/local servers via ssh if needed, whereas Net::SCP is better for copying files from one to the other.

________________________________________
Andrew - Perl Monkey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top