in reply to Re^3: Error ftping file with Net::FTPin thread Error ftping file with Net::FTP
my $ftp = Net::FTP->new($host, Debug => 0, Passive => 0) or die "Could not connect to '$host': $@"; [download]