Net::FTPServer::PWP::DirHandle is a Perl module that complements Net::FTPServer::PWP by encapsulating directory-handling methods.
SYNOPSIS
use Net::FTPServer::PWP::DirHandle;
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.
Product's homepage
Requirements:
· Perl