ec891a36fe230d05597faf59f69fcaf5f5c0c2a4
[Net-SCP.git] / README
1 Net::SCP
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_readme@420.am>
32
33 $Id: README,v 1.4 2002-04-13 22:18:00 ivan Exp $
34