diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-20 13:15:03 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-20 13:15:03 (EST) |
commit | f7e98d5eefc65949b867ced55a5d7d9be54402e9 (patch) | |
tree | 6ade455878cc22502316615a4017895f04a6dd6f /tzselect.pkg/control | |
parent | 7932e013d922fcfc74183bd82bfd920e077b41a1 (diff) |
source.mk: Avoid PASV error on IANA FTP site.
In passive mode, IANA's FTP server is now rejecting RETR commands with a
425 error:
$ nc ftp.iana.org 21
220 IANA FTP Server
USER anonymous
331 Please specify the password.
PASS
230 Login successful.
CWD /tz/releases
250 Directory successfully changed.
PASV
227 Entering Passive Mode (192,0,32,8,38,63)
[at this point I connected to 192.0.32.8 on port 9791]
RETR tzcode2013i.tar.gz
425 Security: Bad IP connecting.
500 OOPS: close
500 OOPS: child died
Diffstat (limited to 'tzselect.pkg/control')
0 files changed, 0 insertions, 0 deletions