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