Scroll to navigation

AnyEvent::FTP::Server::Context::FSRO(3pm) User Contributed Perl Documentation AnyEvent::FTP::Server::Context::FSRO(3pm)

NAME

AnyEvent::FTP::Server::Context::FSRO - FTP Server client context class with read-only access

VERSION

version 0.20

SYNOPSIS

 use AnyEvent::FTP::Server;
 
 my $server = AnyEvent::FTP::Server->new(
   default_context => 'AnyEvent::FTP::Server::Context::FSRO',
 );

DESCRIPTION

This class provides a context for AnyEvent::FTP::Server which uses the actual filesystem to provide storage.

SUPER CLASS

This class inherits from

AnyEvent::FTP::Server::Context::FSRW

COMMANDS

In addition to the commands provided by the above user class, this context provides these FTP commands:

AUTHOR

Author: Graham Ollis <plicease@cpan.org>

Contributors:

Ryo Okamoto

Shlomi Fish

José Joaquín Atria

COPYRIGHT AND LICENSE

This software is copyright (c) 2017-2022 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2026-02-16 perl v5.40.1