The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::FTPServer::PWP::DirHandle - Specialized ::DirHandle for Net::FTPServer::PWP

SYNOPSIS

  use Net::FTPServer::PWP::DirHandle;

DESCRIPTION

This module complements Net::FTPServer::PWP by encapsulating directory-handling methods. Currently, it implements the following methods:

    ->new()

    Override the ->new method found in Net::FTPServer::Full::DirHandle to support hiding the mount point of the directory for the user.

    ->get($path, $self)

    Override the ->get method found in Net::FTPServer::Full::DirHandle to support hiding the mount point of the directory for the user.

    ->is_root

    Override the ->is_root method found in Net::FTPServer::Full::DirHandle to support hiding the mount point of the directory for the user.

    ->parent

    Override the ->parent method found in Net::FTPServer::Full::DirHandle to support hiding the mount point of the directory for the user.

    ->delete

    Mac OS X 10.1.5 (darwin) seems to have a bug in rmdir() when its argument ends in a slash. This method works around this limitation by retrying the rmdir() without the slash in case of failure.

EXPORT

None by default.

HISTORY

$Id: DirHandle.pm,v 1.6 2002/11/15 23:55:43 lem Exp $

1.00

Original version; created by h2xs 1.21 with options

  -ACOXcfkn
        Net::FTPServer::PWP
        -v1.00
        -b
        5.5.0
1.10

Inherits from Net::FTPServer::PWP::Handle and from Net::FTPServer::Full::FileHandle as suggested by Rob Brown.

AUTHOR

Luis E. Munoz <luismunoz@cpan.org>

SEE ALSO

Net::FTPServer::Full, Net::FTPServer, perl.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

You can't have =items (as at line 43) unless the first thing after the =over is an =item