NAME
Net::FTPServer::PWP::Handle - Base class for Net::FTPServer::PWP file or dir handles
SYNOPSIS
use Net::FTPServer::PWP::Handle;
DESCRIPTION
This is the base class for Net::FTPServer::PWP::FileHandle
and Net::FTPServer::PWP::DirHandle
.
EXPORT
None by default.
METHODS
The following methods are defined. Note that these override the methods found in Net::FTPServer::Full.
->pathname()
-
Returns the pathname of the handle. If the mount point must be hidden from the user, it is automatically removed.
HISTORY
$Id: Handle.pm,v 1.1 2002/11/15 23:55:43 lem Exp $
- 1.00
-
Introduces the capability of blocking access outside the PWP home directory. This module was written as a suggestion by Rob Brown.
AUTHOR
Luis E. Munoz <luismunoz@cpan.org>