table of contents
- unstable 0.20-1
| AnyEvent::FTP::Client::Response(3pm) | User Contributed Perl Documentation | AnyEvent::FTP::Client::Response(3pm) |
NAME¶
AnyEvent::FTP::Client::Response - Response class for asynchronous ftp client
VERSION¶
version 0.20
DESCRIPTION¶
Instances of this class get sent to condition variables returned by commands in AnyEvent::FTP::Client.
SUPER CLASS¶
AnyEvent::FTP::Response
METHODS¶
get_address_and_port¶
my($ip, $port) = $res->get_address_and_port
This method is used to parse the response to the "PASV" command to extract the IP address and port number.
get_dir¶
my $dir = $res->get_dir
This method is used to extract the path from a response to the "PWD" command. It returns the path as a simple string.
get_file¶
my $filename = $res->get_file;
Returns the filename from a response to the "STOU" command.
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 |