Closed Bug 409243 Opened 17 years ago Closed 17 years ago

give build network ftp access to ftp.m.o

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: mrz)

Details

The http forwards on the candidates directory are biting me. Can ftp access be enabled?
Mrz, would you make this happen.
Assignee: server-ops → mrz
I think this is right:

access-list build-outbound line 32 extended permit tcp any host 10.2.74.10 eq ftp 

might need to permit ftp-data too - can you test and let me know?
Status: NEW → ASSIGNED
Works for me now.
[cltbld@staging-trunk-automation tmp]$ wget ftp://ftp.mozilla.org/pub/firefox/releases/3.0b1/KEY
--11:18:02--  ftp://ftp.mozilla.org/pub/firefox/releases/3.0b1/KEY
           => `KEY'
Resolving ftp.mozilla.org... 10.2.74.10
Connecting to ftp.mozilla.org|10.2.74.10|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/firefox/releases/3.0b1 ... done.
==> SIZE KEY ... 3804
==> PASV ... done.    ==> RETR KEY ... done.
Length: 3804 (3.7K)

100%[=======================================>] 3,804       --.-K/s   in 0.01s  

11:18:02 (379 KB/s) - `KEY' saved [3804]
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.