1Net::FTPServer::RO::SerUvseerr(3C)ontributed Perl DocumeNnetta:t:iFoTnPServer::RO::Server(3)
2
3
4
6 Net::FTPServer::RO::Server - The anonymous read-only FTP server
7 personality
8
10 ro-ftpd.pl [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file]
11
13 "Net::FTPServer::RO::Server" is the anonymous read-only FTP server
14 personality. This personality implements a complete FTP server with
15 similar functionality to wu-ftpd, except that it is not possible to
16 write and all logins must be anonymous.
17
19 $rv = $self->authentication_hook ($user, $pass, $user_is_anon)
20 Perform login against "/etc/passwd" or the PAM database.
21
22 $self->user_login_hook ($user, $user_is_anon)
23 Hook: Called just after user $user has successfully logged in.
24
25 $dirh = $self->root_directory_hook;
26 Hook: Return an instance of Net::FTPServer::RO::DirHandle
27 corresponding to the root directory.
28
30 Richard Jones (rich@annexia.org).
31
33 Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road,
34 London, SW6 3EG, UK
35
37 Net::FTPServer(3), Net::FTP(3), perl(1), RFC 765, RFC 959, RFC 1579,
38 RFC 2389, RFC 2428, RFC 2577, RFC 2640, Extensions to FTP Internet
39 Draft draft-ietf-ftpext-mlst-NN.txt.
40
41
42
43perl v5.34.0 2021-07-22 Net::FTPServer::RO::Server(3)