• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D26-Oct-20071.7 KiB4434

MANIFESTH A D09-Oct-200065 87

MANIFEST.SKIPH A D09-Oct-20005 21

Makefile.PLH A D09-Oct-2000416 1310

READMEH A D13-Apr-20021,021 3525

SCP.pmH A D26-Oct-200710.7 KiB439152

test.plH A D09-Oct-2000653 215

README

1Net::SCP
2
3Copyright (c) 2000 Ivan Kohler.
4Copyright (c) 2000 Silicon Interactive Software Design.
5Copyright (c) 2000 Freeside Internet Services, LLC
6All rights reserved.
7This program is free software; you can redistribute it and/or modify it under
8the same terms as Perl itself.
9
10This module implements a Perl interface to scp.
11
12To install:
13        perl Makefile.PL
14        make
15        make test # nothing substantial yet
16        make install
17
18Documentation will then be available via `man Net:SCP' or `perldoc Net::SCP'
19
20Anonymous 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
26as well as <http://www.420.am/cgi-bin/cvsweb/Net-SCP>.
27
28A mailing list for users and developers is available.  Send a blank message to
29<ivan-netssh-subscribe@420.am> to subscribe.
30
31Ivan Kohler <ivan-netscp_readme@420.am>
32
33$Id: README,v 1.4 2002-04-13 22:18:00 ivan Exp $
34
35