Re: one of our mirrors is http://ftp.

2017-05-06 Thread Kornel Benko
Am Freitag, 5. Mai 2017 um 20:03:44, schrieb Scott Kostyshak 
> On Fri, May 05, 2017 at 01:17:23PM +0200, Kornel Benko wrote:
> > Am Freitag, 5. Mai 2017 um 05:49:10, schrieb Scott Kostyshak 
> > 
> > > One of our mirrors is:
> > > 
> > >   http://ftp.icm.edu.pl/packages/lyx
> > > 
> > > Is it normal to have http://ftp ? On the other hand, if I change it to
> > > ftp://ftp, although it loads fine in the browser, I get:
> > > 
> > >   $ curl 'ftp://ftp.icm.edu.pl/packages/lyx'
> > >   curl: (78) RETR response: 550
> > > 
> > > Scott
> > 
> > Try
> > curl 'ftp://ftp.icm.edu.pl/packages/lyx/'
> > (notice the trailing '/')
> 
> Interesting. That does work.
> 
> Scott

Yes. 'man curl' is your friend.
...
   78 The resource referenced in the URL does not exist.
...
It seemed, like directories could to be marked with trailing '/', so I tried.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: one of our mirrors is http://ftp.

2017-05-05 Thread Scott Kostyshak
On Fri, May 05, 2017 at 01:17:23PM +0200, Kornel Benko wrote:
> Am Freitag, 5. Mai 2017 um 05:49:10, schrieb Scott Kostyshak 
> 
> > One of our mirrors is:
> > 
> >   http://ftp.icm.edu.pl/packages/lyx
> > 
> > Is it normal to have http://ftp ? On the other hand, if I change it to
> > ftp://ftp, although it loads fine in the browser, I get:
> > 
> >   $ curl 'ftp://ftp.icm.edu.pl/packages/lyx'
> >   curl: (78) RETR response: 550
> > 
> > Scott
> 
> Try
>   curl 'ftp://ftp.icm.edu.pl/packages/lyx/'
> (notice the trailing '/')

Interesting. That does work.

Scott


signature.asc
Description: PGP signature


Re: one of our mirrors is http://ftp.

2017-05-05 Thread Scott Kostyshak
On Fri, May 05, 2017 at 08:18:55AM -0700, Pavel Sanda wrote:
> Scott Kostyshak wrote:
> > One of our mirrors is:
> > 
> >   http://ftp.icm.edu.pl/packages/lyx
> > 
> > Is it normal to have http://ftp ? On the other hand, if I change it to
> 
> Both ftp & http(s) work for some of our mirrors and I mixed ftp/http 
> protocols in mirrors section because some users have restricted access
> to ftp port as reported bunch of times on users list.

OK good to know it's expected and desired.

Scott


signature.asc
Description: PGP signature


Re: one of our mirrors is http://ftp.

2017-05-05 Thread Pavel Sanda
Scott Kostyshak wrote:
> One of our mirrors is:
> 
>   http://ftp.icm.edu.pl/packages/lyx
> 
> Is it normal to have http://ftp ? On the other hand, if I change it to

Both ftp & http(s) work for some of our mirrors and I mixed ftp/http 
protocols in mirrors section because some users have restricted access
to ftp port as reported bunch of times on users list.

Pavel


Re: one of our mirrors is http://ftp.

2017-05-05 Thread Kornel Benko
Am Freitag, 5. Mai 2017 um 05:49:10, schrieb Scott Kostyshak 
> One of our mirrors is:
> 
>   http://ftp.icm.edu.pl/packages/lyx
> 
> Is it normal to have http://ftp ? On the other hand, if I change it to
> ftp://ftp, although it loads fine in the browser, I get:
> 
>   $ curl 'ftp://ftp.icm.edu.pl/packages/lyx'
>   curl: (78) RETR response: 550
> 
> Scott

Try
curl 'ftp://ftp.icm.edu.pl/packages/lyx/'
(notice the trailing '/')

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: one of our mirrors is http://ftp.

2017-05-05 Thread Jean-Marc Lasgouttes

Le 05/05/17 à 11:49, Scott Kostyshak a écrit :

One of our mirrors is:

  http://ftp.icm.edu.pl/packages/lyx

Is it normal to have http://ftp ? On the other hand, if I change it to
ftp://ftp, although it loads fine in the browser, I get:


Well, we can do that with ftp.lyx.org too.

JMarc