1Net::FTPServer::Full::SUesrevrerC(o3n)tributed Perl DocuNmeetn:t:aFtTiPoSnerver::Full::Server(3)
2
3
4

NAME

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

SYNOPSIS

9         ftpd [-d] [-v] [-p port] [-s] [-S] [-V] [-C conf_file]
10

DESCRIPTION

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

METHODS

17           $rv = $self->authentication_hook ($user, $pass, $user_is_anon)
18
19           Perform login against "/etc/passwd", the PAM database or the
20           "password file".
21
22           $self->user_login_hook ($user, $user_is_anon)
23
24           Hook: Called just after user $user has successfully logged in.
25
26           $dirh = $self->root_directory_hook;
27
28           Hook: Return an instance of Net::FTPServer::FullDirHandle
29           corresponding to the root directory.
30

FILES

32         /etc/ftpd.conf
33         /usr/lib/perl5/site_perl/5.005/Net/FTPServer.pm
34         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/DirHandle.pm
35         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/FileHandle.pm
36         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/Handle.pm
37         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/Full/Server.pm
38         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/Full/DirHandle.pm
39         /usr/lib/perl5/site_perl/5.005/Net/FTPServer/Full/FileHandle.pm
40

AUTHORS

42       Richard Jones (rich@annexia.org).
43
45       Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road,
46       London, SW6 3EG, UK
47

SEE ALSO

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

POD ERRORS

54       Hey! The above document had some coding errors, which are explained
55       below:
56
57       Around line 41:
58           You can't have =items (as at line 64) unless the first thing after
59           the =over is an =item
60
61       Around line 316:
62           =back doesn't take any parameters, but you said =back 4
63
64
65
66perl v5.12.0                      2003-09-28   Net::FTPServer::Full::Server(3)
Impressum