On 6 Jan 2015 at 11:22, Grant Ridder wrote: > I am unable to connect via IPv4 > > grant:~/tmp grant $ ftp ftp://time.nist.gov/pub/leap-seconds.3629404800 > Trying 128.138.141.172... > ftp: Can't connect to `128.138.141.172': Connection refused > Trying 2610:20:6f15:15::27... > ftp: Can't connect to `2610:20:6f15:15::27': No route to host > ftp: Can't connect to `time.nist.gov' > ftp: Can't connect or login to host `time.nist.gov' > grant:~/tmp grant $ > grant:~/tmp grant $ curl -4 -v > ftp://time.nist.gov/pub/leap-seconds.3629404800 > * Adding handle: conn: 0x7fc662804000 > * Adding handle: send: 0 > * Adding handle: recv: 0 > * Curl_addHandleToPipeline: length: 1 > * - Conn 0 (0x7fc662804000) send_pipe: 1, recv_pipe: 0 > * About to connect() to time.nist.gov port 21 (#0) > * Trying 128.138.141.172... > * Failed connect to time.nist.gov:21; Connection refused > * Closing connection 0 > curl: (7) Failed connect to time.nist.gov:21; Connection refused > grant:~/tmp grant $
Hi I also tried the suggestion from Phil Pennock which worked ok. curl --disable-eprt -JLO ftp://time.nist.gov/pub/leap-seconds.3629404800 I've also had a few "Connection refused" whilst trying which is probably load limiting by the server. David > > -Grant > > On Tue, Jan 6, 2015 at 2:59 AM, David Lord <[email protected]> wrote: > > > On 6 Jan 2015 at 6:58, 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? > > > > > > > It was from here, UK, near Manchester, without problem for > > a change. > > > > ftp ftp://time.nist.gov/pub/leap-seconds.3629404800 > > > > Connection used IPv6 > > > > > > David-- > > David Lord <[email protected]> > > <ftp://ftp.lordynet.org/pub/pgpkeys/[email protected]> > > <http://www.lordynet.org/pub/pgpkeys/[email protected]> > > > > > > > > _______________________________________________ > > pool mailing list > > [email protected] > > http://lists.ntp.org/listinfo/pool > > > -- David Lord <[email protected]> <ftp://ftp.lordynet.org/pub/pgpkeys/[email protected]> <http://www.lordynet.org/pub/pgpkeys/[email protected]> _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
