RE: [squid-users] Re: FTP through squid

From: Vishal Agarwal <vishal_at_norpknit.com>
Date: Tue, 26 Jun 2012 14:29:37 +0600

There are port 21 and 22.

Thanks/regards,
Vishal Agarwal

-----Original Message-----
From: Jasper Van Der Westhuizen [mailto:javanderwesthuizen_at_shoprite.co.za]
Sent: Tuesday, June 26, 2012 2:18 PM
To: Amos Jeffries; squid-users_at_squid-cache.org
Subject: RE: [squid-users] Re: FTP through squid

Hi

I'm trying to force all FTP connections direct. I have a parent cache and at the moment ftp connections via a brower works fine and is sent directly but my problem is that when using a client like filezilla it sends the connection to the parent cache and not directly.

I have enabled the following settings:

acl FTP proto FTP
always_direct allow FTP
acl Safe_ports port 21
http_access allow CONNECT Safe_ports

Is there anything I missed?

Regards
Jasper

> -----Original Message-----
> From: Amos Jeffries [mailto:squid3_at_treenet.co.nz]
> Sent: Wednesday, May 09, 2012 12:31 AM
> To: squid-users_at_squid-cache.org
> Subject: Re: [squid-users] Re: FTP through squid
>
> On 09.05.2012 01:18, Hugo Deprez wrote:
> > Hello,
> >
> > thank you for the information.
> >
> > If I sepcify the following parameter in my configuration file it :
> > ftp_epsv OFF
> >
> > FTP with firefox is working.
> >
> > I think users will needs to use Filezilla or something equivalent, so
> > what kind of Solution Do I Have ?
>
> With Squid, only that nasty CONNECT open-proxy situation.
>
> Frox proxy is the one we usually point people at for FTP protocol proxying. It
> does FTP proxy without needing the HTTP wrapping layers like Squid.
>
>
> >
> > My main goal is to setup a squid in order to specify bandwith
> > limitation.
> >
> > By the way, does delay_parameters are apply to Safe_ports ?
>
> delay_parameters applies to requests which past the delay_access ACL set
> for each pool. Safe_ports is just an ACL test.
>
> > For information I use the following ACL :
> > delay_access 1 allow all
>
> Then delay pool #1 in your config is applied to *all* traffic.
>
> Amos
Received on Tue Jun 26 2012 - 08:27:44 MDT

This archive was generated by hypermail 2.2.0 : Tue Jun 26 2012 - 12:00:04 MDT