Still not able to connect.

Regards,
Sarfraz 


----- Original Message -----
From: Amos Jeffries <squ...@treenet.co.nz>
To: squid-users@squid-cache.org
Cc: 
Sent: Tuesday, March 18, 2014 9:21 AM
Subject: Re: [squid-users] FTP not connected through Squid

On 18/03/2014 2:13 a.m., ***some text missing*** wrote:
> 
> 
> Hello Team,
> 
> I am having error while connecting FTP from Filezilla behind the squid. My 
> Scenario is my client is 
> 
> squid client trying to connect internet FTP on port 21 through FileZilla and 
> from Webbrowser as well, 
> 
> but unable to access from both ways. I have monitored a specific IP in 
> access.log but get no request 
> 
> from particular client. Error received on FileZilla is "connection timed out" 
> "Couldnot connect to 
> 
> Server"

How have you configured FileZilla to use Squid?

Squid current releases only support receiving HTTP traffic. So you need
specific configuration in both FileZilla and Squid for this to work.


FileZilla:
In the menu under Edit->Settings in the configuration UI box under
Connection->FTP->"Generic proxy" selecting the entry "HTTP/1.1 using
CONNECT method" then entering your Squid details.

The site manager may also requires passive FTP to be used by the server.

Adding to squid.conf this extra line:
  acl SSL_ports port 20 21  # FTP


Amos

Reply via email to