On Fri, Sep 10, 2010 at 9:43 AM, Maciej Grela <maciej.gr...@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!