Re: [squid-users] About Squid's FTP-Proxy mode support!

2018-02-06 Thread Koji Fushimi
Alex, Thanks for providing useful information. I'd like to consider further. Best regards, Koji On 2018/02/07 1:46, Alex Rousskov wrote: On 02/06/2018 04:31 AM, Koji Fushimi wrote: In my understanding, the default is passive mode.  -/etc/squid/squid.conf  ftp_passive ON Yes, passive mode

Re: [squid-users] About Squid's FTP-Proxy mode support!

2018-02-06 Thread Alex Rousskov
On 02/06/2018 04:31 AM, Koji Fushimi wrote: > In my understanding, the default is passive mode. >  -/etc/squid/squid.conf  ftp_passive ON Yes, passive mode is the default. AFAIK, passive is also the only _working_ mode for Squid-origin communication. FTP active mode is broken for Squid-origin co

Re: [squid-users] About Squid's FTP-Proxy mode support!

2018-02-06 Thread Amos Jeffries
On 07/02/18 00:31, Koji Fushimi wrote: > Hello, All > > Please provide information on Squid's support for FTP-Proxy mode. > Are you asking about the new "Native FTP" proxy feature? or Squid's older HTTP<->FTP gateway proxy feature? > In my understanding, the default is passive mode. >  -/etc/

[squid-users] About Squid's FTP-Proxy mode support!

2018-02-06 Thread Koji Fushimi
Hello, All Please provide information on Squid's support for FTP-Proxy mode. In my understanding, the default is passive mode. -/etc/squid/squid.conf ftp_passive ON So if I want to work in Active mode, it is necessary to change to ftp_passive off. Is this understanding correct? By the way,