AnyEvent::FTP::Server::Role::Type - Type role for FTP server
version 0.19
package AnyEvent::FTP::Server::Context::MyContext; use Moo; extends 'AnyEvent::FTP::Server::Context'; with 'AnyEvent::FTP::Server::Role::Type';
This role provides an interface for the FTP TYPE
command.
my $type = $context->type; $context->type('A'); $context->type('I');
The current transfer type 'A' for ASCII and I for binary.
Author: Graham Ollis <plicease@cpan.org>
Contributors:
Ryo Okamoto
Shlomi Fish
José Joaquín Atria
This software is copyright (c) 2017-2021 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.