On 07/19/2012 06:27 PM, Paul Goyette wrote:
Files on ftp.iana.org appear to have incorrect permissions:
... -rw------- 1 49 49 207782 Apr 16 21:25 tzdata2012b.tar.gz
I had this problem too, initially. But it was resolved within a few minutes of the files being uploaded. Here's what I see now. Perhaps you're accessing the files through a cache that is now invalid? If so, clearing the cache should fix things. $ ftp -p ftp.iana.org Trying 192.0.32.8... Connected to ftp.iana.org (192.0.32.8). 220 IANA FTP Server Name (ftp.iana.org:eggert): anonymous 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> cd tz/releases 250 Directory successfully changed. ftp> dir tzdata2012b.tar.gz 227 Entering Passive Mode (192,0,32,8,143,207) 150 Here comes the directory listing. -rw-r--r-- 1 49 49 207782 Apr 16 21:25 tzdata2012b.tar.gz 226 Directory send OK. ftp>