> I allow my users to ftp their own htaccess files; once ftp'd, they rename
> them to .htaccess. But, since they do not have telnet access they cannot
> see/delete the .htaccess file so they have no way to update it without
> admin assistance. Is there any way to see the . files with ftp so they
> don't have to bother the admin (usually me) to be able to overwrite them?
>
Believe this is the ShowDotFiles parameter in /etc/proftpd.conf. It defaults
to "off" (don't show), but can be set for either global or virtualhosts
sections as appropriate to either "show" those files or not.
ShowDotFiles on
in the <global> section of the /etc/proftpd.conf file will turn this "on" for
all sites/users which means they will "see" all dot files (.htaccess) when
doing the dir or list commands.