Operating System - Linux
1753808 Members
7628 Online
108805 Solutions
New Discussion юеВ

Re: Looking for ftp/http/https download client

 
SOLVED
Go to solution
Vitaly Karasik_1
Honored Contributor

Looking for ftp/http/https download client

The ideal client should support hppt/https proxy and automatic regetting.

[Wget doesn't support https proxy and curl cannot reget automaticaly.]

10x,
Vitaly
6 REPLIES 6
Bill Thorsteinson
Honored Contributor

Re: Looking for ftp/http/https download client

Try using wget with the http proxy. The
proxy may do the https fetch for you and
reply over http.

The apache proxy module will do both http and
ftp proxying over http. I haven't tried,
but I would expect that it will do the same
if the ssl module is loaded.
Vitaly Karasik_1
Honored Contributor

Re: Looking for ftp/http/https download client

Bill,

it doesn't work.

More details:
- my company uses non-linux proxy [MS, I think]; there is no direct http/https internet access
- I have to use https for downloading RHLE ISOs from rhn.redhat.com
Vitaly Karasik_1
Honored Contributor

Re: Looking for ftp/http/https download client

Bill,

it doesn't work.

More details:
- my company uses non-linux proxy [MS, I think]; there is no direct http/https internet access
- I have to use https for downloading RHLE ISOs from rhn.redhat.com
- curl works well with proxy, but doesn't have automatic reget
Fred Ruffet
Honored Contributor
Solution

Re: Looking for ftp/http/https download client

Vitaly,

maybe lftp would do. Here is a link on freshmeat giving a better description thant official site. It might have all features you want.
http://freshmeat.net/projects/lftp/

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Vitaly Karasik_1
Honored Contributor

Re: Looking for ftp/http/https download client

10x to all:

- I'll evaluate lftp
- this morning I've discavered that RH uses for *now* http and not https for providing ISO images bia RHN, so I'll be able to use wget too
Muthukumar_5
Honored Contributor

Re: Looking for ftp/http/https download client

Hai,

We can use SQUID to do your requirement. Squid will be capable to do caching over the http/https requests.

We can use wget on the squid for the ftp requests. SQUID is more compact and effective one on http and https requests.

We can achieve anonymouse login for ftp and user authentication with SQUID. We can cache "ALL THE GOOD THINGS"

Regards,
Muthukumar.
Easy to suggest when don't know about the problem!