Hopefully fixed Windows build.

This commit is contained in:
Scott Ehlert
2011-07-01 21:51:27 -05:00
parent 088f109a64
commit da2eb8ea66
5 changed files with 12 additions and 6 deletions

View File

@ -41,7 +41,7 @@ $ftp_path .= "/$major.$minor";
my ($ftp);
$ftp = Net::FTP->new($ftp_host, Debug => 0)
$ftp = Net::FTP->new($ftp_host, Debug => 0, Passive => 0)
or die "Cannot connect to host $ftp_host: $@";
$ftp->login($ftp_user, $ftp_pass)