3a4150a4df646ba697e90395488f95581e2cb0e3
[Net-SCP.git] / README
1 Net::SCP v0.01
2
3 Copyright (c) 2000 Ivan Kohler.
4 Copyright (c) 2000 Silicon Interactive Software Design.
5 Copyright (c) 2000 Freeside Internet Services, LLC
6 All rights reserved.
7 This program is free software; you can redistribute it and/or modify it under
8 the same terms as Perl itself.
9
10 This module implements a Perl interface to scp.
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 A mailing list for users and developers is available.  Send a blank message to
29 <ivan-netssh-subscribe@420.am> to subscribe.
30
31 Ivan Kohler <ivan-netscp@420.am>
32 20 4,16 * * * saytime
33
34 $Id: README,v 1.1 2000-10-09 16:29:08 ivan Exp $
35