Quote:
Originally Posted by jmroth
When using anonymous FTP I guess it would be better if the files in the 'incoming' directory should not only be exempt from reading but they should not be listed at all.
Code:
scripts/lib/config.lib.php: <Limit READ>
-->
Code:
scripts/lib/config.lib.php: <Limit READ LIST>
|
I've checked this. If I change as you suggested, then anonymous users will not be able to upload any files...