On 2015-01-06 at 06:58 -0000, David J Taylor wrote: > From: Matt Wagner >> It appears to be up already: ftp://time.nist.gov/pub/leap-seconds.3629404800 > > Not accessible from the UK?
Looks like the FTP server software is old, or having problems with passive mode (bad firewall near server?). If it works with IPv6 but not IPv4, then my money is on "firewall". This works for me: curl --disable-eprt -JLO ftp://time.nist.gov/pub/leap-seconds.3629404800 where the --disable-eprt was necessary. With ftp(1) an "ls" hangs on "229 Entering Extended Passive Mode (|||18589|)", which was the clue to try disabling that. -Phil _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
