The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AnyEvent::FTP::Server::Connection - FTP Server connection class

VERSION

version 0.03

METHODS

$conn->close()

Emits a close signal.

my $context_obj = $conn->context()

Required to be specified by the constructor and readonly - this is the context object.

my $ip = $conn->ip();

Required to be specified by the constructor and readonly - this is the IP address.

$conn->process_request($line)

Process a single request. Returns the connection object ($conn).

$conn->send_response([ $res | $code, $message ])

Sends the response. Returns the connection object ($conn).

AUTHOR

author: Graham Ollis <plicease@cpan.org>

contributors:

Ryo Okamoto

Shlomi Fish

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.