Re: [squid-users] Problems downloading files from command line

2005-03-17 Thread Matus UHLAR - fantomas
On 16.03 11:11, "José J. Cintrón" wrote: > When I try to download a file using wget > > wget ftp://ftp.site.com/file-???-x86.exe > > I get the following error message > > 502 Bad Gateway > > Now, if I specify a specific file > > wget ftp://ftp.site.com/file-001-x86.exe > > it all

Re: [squid-users] Problems downloading files from command line

2005-03-17 Thread Peter Albrecht
Hi Jose, > When I try to download a file using wget > > wget ftp://ftp.site.com/file-???-x86.exe > > I get the following error message > > 502 Bad Gateway > > Now, if I specify a specific file > > wget ftp://ftp.site.com/file-001-x86.exe > > it all works great. Maybe it's becaus

Re: [squid-users] Problems downloading files from command line

2005-03-16 Thread Henrik Nordstrom
On Wed, 16 Mar 2005, [ISO-8859-1] "José J. Cintrón" wrote: never_direct allow all I tried this and effectively stopped all connectivity to any sites. Are you sure? All this does is that it forces Squid to always use your parent, never attempt to go directly to the origin server. If this stops c

Re: [squid-users] Problems downloading files from command line

2005-03-16 Thread "José J. Cintrón"
Attached is my squid.conf to see if there is anything wrong with it... You also need never_direct allow all I tried this and effectively stopped all connectivity to any sites. as per the Squid FAQ on how to use Squid within a firewall. This is quite likely the source of your problems as the (unen

Re: [squid-users] Problems downloading files from command line

2005-03-16 Thread Henrik Nordstrom
On Wed, 16 Mar 2005, [ISO-8859-1] "José J. Cintrón" wrote: When I try to download a file using wget wget ftp://ftp.site.com/file-???-x86.exe Is there a file names exacly like this? You may need to URL-encode the ? characters wget ftp://ftp.site.com/file-%3f%3f%3f-x86.exe Also, squidclient will

[squid-users] Problems downloading files from command line

2005-03-16 Thread "José J. Cintrón"
When I try to download a file using wget wget ftp://ftp.site.com/file-???-x86.exe I get the following error message 502 Bad Gateway Now, if I specify a specific file wget ftp://ftp.site.com/file-001-x86.exe it all works great. My configuration looks something like this Lab Comp -> S