AnyEvent-FTP
view release on metacpan or search on metacpan
tools/issue10.pl view on Meta::CPAN
use strict;
use warnings;
use lib '../lib';
use AnyEvent::FTP::Client;
AnyEvent::FTP::Client->new->connect("ftp://localhost:9521/");
( run in 0.735 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )