From: TJ S. <cas...@us...> - 2010-02-17 16:08:31
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1048 Modified Files: Limit.html Log Message: Update website copy of Limit howto from source CVS. Index: Limit.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/Limit.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Limit.html 5 Jan 2010 17:03:05 -0000 1.2 --- Limit.html 17 Feb 2010 16:08:21 -0000 1.3 *************** *** 187,191 **** <pre> <Directory /path/to/dir> ! <Limit LIST NLST MLSD MLST> DenyAll </Limit> --- 187,191 ---- <pre> <Directory /path/to/dir> ! <Limit LIST NLST MLSD MLST STAT> DenyAll </Limit> *************** *** 196,199 **** --- 196,201 ---- <code>LIST</code>, <code>MLSD</code>, <code>MLST</code>, and <code>NLST</code>), we have effectively blocked the client from seeing anything in the directory. + Not many clients use the <code>STAT</code> command, but it also needs to + be limited, as it can return information about files in a directory as well. <p> |