Fix upload step for builds.

This commit is contained in:
Scott Ehlert 2014-03-03 05:49:04 -06:00
parent 339b4a9ea9
commit 6a03f5af28

View File

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