Net::SCP Copyright (c) 2000 Ivan Kohler. Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module implements a Perl interface to scp. It is a simple wrapper around the system `scp' command. To install: perl Makefile.PL make make test # nothing substantial yet make install Documentation will then be available via `man Net:SCP' or `perldoc Net::SCP' Anonymous CVS access is available: $ export CVSROOT=":pserver:anonymous@cleanwhisker.402.am:/home/cvs/cvsroot" $ cvs login (Logging in to anonymous@cleanwhisker.420.am) CVS password: anonymous $ cvs checkout Net-SCP as well as . Assistance wanted - this module could really use a maintainer with enough time to at least review and apply more patches. Or the module should just be deprecated in favor of Net::SFTP::Expect or Net::SFTP::Foreign and made into a simple compatiblity wrapper. Please email if you are interested in helping. Ivan Kohler