GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::FTPServer::RO::Server(3) User Contributed Perl Documentation Net::FTPServer::RO::Server(3)

Net::FTPServer::RO::Server - The anonymous read-only FTP server personality

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

"Net::FTPServer::RO::Server" is the anonymous read-only FTP server personality. This personality implements a complete FTP server with similar functionality to wu-ftpd, except that it is not possible to write and all logins must be anonymous.

$rv = $self->authentication_hook ($user, $pass, $user_is_anon)
Perform login against "/etc/passwd" or the PAM database.
$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::RO::DirHandle corresponding to the root directory.

Richard Jones (rich@annexia.org).

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

Net::FTPServer(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.
2012-11-22 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.