Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Net::FTP; my $ftp = Net::FTP->new("host", Port => 2345); ... [download]