ANNOUNCEMENT: WebFS::FileCopy 0.02

Blair Zajac (blair@gps.caltech.edu)
Tue, 30 Jun 1998 11:58:22 -0700 (PDT)


This is the WebFS::FileCopy package.  This module provides subroutines
for the getting, putting, copying, moving and deleting of files located
by URLs.  It also supports listing directories identified by URL.
Currently, files for getting can use any URL protocol, such as file,
FTP, HTTP, etc.  For putting, only the file and ftp protocols are
currently supported.

Notable features:

   * Uses LWPng for simultaneous file transfers.

   * Get the contents of multiple URLs simultaneously.

   * Put content into multiple URLs simultaneously.

   * Copy multiple files located by URLs to multiple locations simultaneously.

   * Delete a file located by a URL.

   * Move a file located from located at one URL to another location.

   * List the contents of a URL directory.

REQUIREMENTS

   * Perl 5.004_04 or greater.

   * LWPng-alpha-0.21 or greater.

   * Net::FTP.

WARNING

This package is based on Gisle Aas's LWPng-alpha module, which is still
alpha code.  Because the LWPng interface may change in the future, this
module may break if LWPng is updated in the future without updating
WebFS::FileCopy.

AVAILABILITY

The latest version of this package is available for download from a CPAN
(Comprehensive Perl Archive Network) site near your at

	http://www.perl.com/CPAN/authors/id/B/BZ/BZAJAC/

or from my FTP site:

	ftp://ftp.gps.caltech.edu/pub/blair/Perl/

INSTALLATION

In order to use this package you will need Perl version 5.004_04 or
better.

You will need a LWPng-alpha version 0.21 or greater.  Versions older
than this one will not work with WebFS::FileCopy.  Get LWPng-alpha
from CPAN as CPAN/authors/id/GAAS/LWPng-alpha-?.??.tar.gz.

If you do not have Net::FTP installed, use CPAN to install Net::FTP.

If you want to install a private copy of this package in some other
directory, then you should try to produce the initial Makefile with
something like this command:

	perl Makefile.PL LIB=~/perl