http://qs321.pair.com?node_id=15303


in reply to FTP for Win32

It should work. You can use either Net::FTP or Win32::Internet. Run it with the debug option if you are having problem
$ftp = Net::FTP->new($host, Timeout=>30, Debug=>1) or die "Can't connect: $@\n"