Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

ftp_epsv_all

Suggested Config:


Details:

FTP Protocol extensions permit the use of a special "EPSV ALL" command.

NATs may be able to put the connection on a "fast path" through the
translator, as the EPRT command will never be used and therefore,
translation of the data portion of the segments will never be needed.

When a client only expects to do two-way FTP transfers this may be
useful.
If squid finds that it must do a three-way FTP transfer after issuing
an EPSV ALL command, the FTP session will fail.

If you have any doubts about this option do not use it.
Squid will nicely attempt all other connection methods.

Requires ftp_passive to be ON (default) for any effect.
Index Alphabetical Index