Net::FTPServer::InMem::Server - Store files in local memory


Net-FTPServer documentation  | view source Contained in the Net-FTPServer distribution.

Index


NAME

Top

Net::FTPServer::InMem::Server - Store files in local memory

SYNOPSIS

Top

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

DESCRIPTION

Top

Net::FTPServer::InMem::Server is the example FTP server personality. This personality implements a simple FTP server which stores files in local memory. This personality is used mainly for automatic testing in the test suites (see the t/ directory in the distribution).

METHODS

Top

FILES

Top

  /etc/ftpd.conf
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/DirHandle.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/FileHandle.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/Handle.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/InMem/Server.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/InMem/DirHandle.pm
  /usr/lib/perl5/site_perl/5.005/Net/FTPServer/InMem/FileHandle.pm

AUTHORS

Top

Richard Jones (rich@annexia.org).

COPYRIGHT

Top

SEE ALSO

Top

Net::FTPServer(3).


Net-FTPServer documentation  | view source Contained in the Net-FTPServer distribution.