1Net::FTPServer::Full::SUesrevrerC(o3n)tributed Perl DocuNmeetn:t:aFtTiPoSnerver::Full::Server(3)
2
3
4
6 Net::FTPServer::Full::Server - The full FTP server personality
7
9 ftpd.sh [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file]
10
12 "Net::FTPServer::Full::Server" is the full FTP server personality. This
13 personality implements a complete FTP server with similar functionality
14 to wu-ftpd.
15
17 $rv = $self->authentication_hook ($user, $pass, $user_is_anon)
18 Perform login against "/etc/passwd", the PAM database or the
19 "password file".
20
21 $self->user_login_hook ($user, $user_is_anon)
22 Hook: Called just after user $user has successfully logged in.
23
24 $dirh = $self->root_directory_hook;
25 Hook: Return an instance of Net::FTPServer::FullDirHandle
26 corresponding to the root directory.
27
29 Richard Jones (rich@annexia.org).
30
32 Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road,
33 London, SW6 3EG, UK
34
36 Net::FTPServer(3), Authen::PAM(3), Net::FTP(3), perl(1), RFC 765, RFC
37 959, RFC 1579, RFC 2389, RFC 2428, RFC 2577, RFC 2640, Extensions to
38 FTP Internet Draft draft-ietf-ftpext-mlst-NN.txt.
39
40
41
42perl v5.32.1 2021-01-27 Net::FTPServer::Full::Server(3)