Net::FTPServer::Full::Server

Section: User Contributed Perl Documentation (3)
Updated: 2021-01-27
Page Index
 

NAME

Net::FTPServer::Full::Server - The full FTP server personality  

SYNOPSIS

  ftpd.sh [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file]

 

DESCRIPTION

"Net::FTPServer::Full::Server" is the full FTP server personality. This personality implements a complete FTP server with similar functionality to wu-ftpd.  

METHODS

$rv = $self->authentication_hook ($user, $pass, $user_is_anon)
Perform login against "/etc/passwd", the PAM database or the "password file".
$self->user_login_hook ($user, $user_is_anon)
Hook: Called just after user $user has successfully logged in.
$dirh = $self->root_directory_hook;
Hook: Return an instance of Net::FTPServer::FullDirHandle corresponding to the root directory.
 

AUTHORS

Richard Jones (rich@annexia.org).  

COPYRIGHT

Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road, London, SW6 3EG, UK  

SEE ALSO

Net::FTPServer(3), Authen::PAM(3), Net::FTP(3), perl(1), RFC 765, RFC 959, RFC 1579, RFC 2389, RFC 2428, RFC 2577, RFC 2640, Extensions to FTP Internet Draft draft-ietf-ftpext-mlst-NN.txt.


 

Index

NAME
SYNOPSIS
DESCRIPTION
METHODS
AUTHORS
COPYRIGHT
SEE ALSO