MFC rev. 1.148, 1.150-1.153:
- deny attempts to delete or rename a file if a guest user isn't allowed to modify files on the server;
- disallow downloading raw directory contents by real users in order to work around buggy GUI clients which think that trying to download a directory is a fair way to tell it from a regular file;
- "(char *)0" --> "NULL" where possible.