1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Attempt to fix uploading step of builds.

This commit is contained in:
Scott Ehlert 2014-03-03 04:33:26 -06:00
parent 8a10ee924b
commit 649c9fa3c7

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)