another minor doc update
[Net-SCP.git] / README
1 Net::SCP
2
3 Copyright (c) 2000 Ivan Kohler.
4 Copyright (c) 2007 Freeside Internet Services, Inc.
5 All rights reserved.
6 This program is free software; you can redistribute it and/or modify it under
7 the same terms as Perl itself.
8
9 This module implements a Perl interface to scp.  It is a simple wrapper around
10 the system `scp' command.  
11
12 To install:
13         perl Makefile.PL
14         make
15         make test # nothing substantial yet
16         make install
17
18 Documentation will then be available via `man Net:SCP' or `perldoc Net::SCP'
19
20 Anonymous CVS access is available:
21   $ export CVSROOT=":pserver:anonymous@cleanwhisker.402.am:/home/cvs/cvsroot"
22   $ cvs login
23   (Logging in to anonymous@cleanwhisker.420.am)
24   CVS password: anonymous
25   $ cvs checkout Net-SCP
26 as well as <http://www.420.am/cgi-bin/cvsweb/Net-SCP>.
27
28 Assistance wanted - this module could really use a maintainer with enough time
29 to at least review and apply more patches.  Or the module should just be
30 deprecated in favor of Net::SFTP::Expect or Net::SFTP::Foreign and made into a
31 simple compatiblity wrapper.  Please email if you are interested in helping.
32
33 Ivan Kohler <ivan-netscp_readme@420.am>
34