Maybe a transient problem with Drupal or OSU's DNS configuration or a reconfiguration in process? I'm getting a much more complete dig response at the moment, even from the same server used in the original post (including additional records for the aliased ftp.osuosl.org) and wget seems fine.
Here's my current dig response from the same server as in the original post:
Code:
dig @resolver1.atlanta.linode.com ftp.drupal.org
; <<>> DiG 9.4.2-P2.1 <<>> @resolver1.atlanta.linode.com ftp.drupal.org
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14354
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;ftp.drupal.org. IN A
;; ANSWER SECTION:
ftp.drupal.org. 35168 IN CNAME ftp.osuosl.org.
ftp.osuosl.org. 600 IN A 140.211.166.134
;; AUTHORITY SECTION:
osuosl.org. 86400 IN NS ns1.auth.osuosl.org.
osuosl.org. 86400 IN NS ns2.auth.osuosl.org.
osuosl.org. 86400 IN NS ns3.auth.osuosl.org.
;; ADDITIONAL SECTION:
ns1.auth.osuosl.org. 86400 IN A 140.211.166.140
ns2.auth.osuosl.org. 86400 IN A 140.211.166.141
ns3.auth.osuosl.org. 3600 IN A 216.165.191.53
;; Query time: 98 msec
;; SERVER: 75.127.97.6#53(75.127.97.6)
;; WHEN: Tue Jul 6 13:43:13 2010
;; MSG SIZE rcvd: 180
-- David