Alessandra Moura wrote:
>
> Does anybody know how to block FTP PASV ?
>
> Im using Squid 2.2.
Edit one line in src/ftp.c
change
ftpState->flags.pasv_supported = 1;
to
ftpState->flags.pasv_supported = 0;
Why do you want to block PASV?
-- Henrik Nordstrom Spare time Squid hackerReceived on Mon Jun 07 1999 - 13:23:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:47 MST