in reply to ftp via specific port
use Net::FTP; my $ftp = Net::FTP->new("host", Port => 2345); ... [download]