Properly handling missing files when downloading files from ftp:// via ISA proxy (emerge/wget)
Hi,
Is there any way to make emerge (wget) correctly behave when it tries
to download a non-existing file from FTP
in a network using ISA as ftp_proxy ? I have one of these at work and
it's really annoying because of situations
like below:
Is there any way to work around this problem ?
Is it neccessary to change ISA configuration to properly respond to an
ftp client when
the file is missing ? If yes, how ?
Best regards,
Maciej Grela
09-10-2010, 03:26 PM
Paul Hartman
Properly handling missing files when downloading files from ftp:// via ISA proxy (emerge/wget)
On Fri, Sep 10, 2010 at 9:43 AM, Maciej Grela <maciej.grela@gmail.com> wrote:
> Hi,
>
> Is there any way to make emerge (wget) correctly behave when it tries
> to download a non-existing file from FTP
> in a network using ISA as ftp_proxy ? I have one of these at work and
> it's really annoying because of situations
If you are allowed to bypass the proxy, try --use-proxy=off in your
wget command line.
It seems your FTP is proxied over HTTP and your client needs to
support this. I'm not sure if wget supports HTTP proxies for FTP.
Here is a document from Microsoft about configuring ISA and various clients:
http://technet.microsoft.com/en-us/library/bb794745.aspx
Good luck!
09-10-2010, 04:13 PM
Maciej Grela
Properly handling missing files when downloading files from ftp:// via ISA proxy (emerge/wget)
2010/9/10 Paul Hartman <paul.hartman+gentoo@gmail.com>:
> On Fri, Sep 10, 2010 at 9:43 AM, Maciej Grela <maciej.grela@gmail.com> wrote:
>> Hi,
>>
>> Is there any way to make emerge (wget) correctly behave when it tries
>> to download a non-existing file from FTP
>> in a network using ISA as ftp_proxy ? I have one of these at work and
>> it's really annoying because of situations
>
> If you are allowed to bypass the proxy, try --use-proxy=off in your
> wget command line.
>
Unfortunately proxy is the only way to access the Internet.
> It seems your FTP is proxied over HTTP and your client needs to
> support this. I'm not sure if wget supports HTTP proxies for FTP.
>
> Here is a document from Microsoft about configuring ISA and various clients:
> http://technet.microsoft.com/en-us/library/bb794745.aspx
>
I'll read that, thanks.
Br,
Maciej Grela
09-11-2010, 07:44 AM
Mick
Properly handling missing files when downloading files from ftp:// via ISA proxy (emerge/wget)
On Friday 10 September 2010 17:13:44 Maciej Grela wrote:
> 2010/9/10 Paul Hartman <paul.hartman+gentoo@gmail.com>:
> > On Fri, Sep 10, 2010 at 9:43 AM, Maciej Grela <maciej.grela@gmail.com>
wrote:
> >> Hi,
> >>
> >> Is there any way to make emerge (wget) correctly behave when it tries
> >> to download a non-existing file from FTP
> >> in a network using ISA as ftp_proxy ? I have one of these at work and
> >> it's really annoying because of situations
> >
> > If you are allowed to bypass the proxy, try --use-proxy=off in your
> > wget command line.
>
> Unfortunately proxy is the only way to access the Internet.
>
> > It seems your FTP is proxied over HTTP and your client needs to
> > support this. I'm not sure if wget supports HTTP proxies for FTP.
> >
> > Here is a document from Microsoft about configuring ISA and various
> > clients: http://technet.microsoft.com/en-us/library/bb794745.aspx
>
> I'll read that, thanks.
I think that you can try exporting your proxy's http address to ftp like so:
# export ftp_proxy="http://my_proxy.com:1234"
and then run emerge to see if you can get through. If your proxy requires a
username/passwd you'll need to add these on the command line just as the
handbook advises.
--
Regards,
Mick
09-11-2010, 10:22 PM
Brett Freer
Properly handling missing files when downloading files from ftp:// via ISA proxy (emerge/wget)
On Sat, Sep 11, 2010 at 5:44 PM, Mick <michaelkintzios@gmail.com> wrote:
On Friday 10 September 2010 17:13:44 Maciej Grela wrote:
> 2010/9/10 Paul Hartman <paul.hartman+gentoo@gmail.com>:
> > On Fri, Sep 10, 2010 at 9:43 AM, Maciej Grela <maciej.grela@gmail.com>
wrote:
> >> Hi,
> >>
> >> Is there any way to make emerge (wget) correctly behave when it tries
> >> to download a non-existing file from FTP
> >> in a network using ISA as ftp_proxy ? I have one of these at work and
> >> it's really annoying because of situations
> >
> > If you are allowed to bypass the proxy, try --use-proxy=off in your
> > wget command line.
>
> Unfortunately proxy is the only way to access the Internet.
>
> > It seems your FTP is proxied over HTTP and your client needs to
> > support this. I'm not sure if wget supports HTTP proxies for FTP.
> >
> > Here is a document from Microsoft about configuring ISA and various