How to display hidden files with pure-ftpd on Debian and Ubuntu Linux
Thursday, October 15, 2009 posted by Till
If hidden files (files that start with a dot like .htaccess, .bash_history, .profile or .ssh) are not displayed in your FTP client, then they are most likely disabled in the FTP server. To enable hidden files in pure-ftpd on Debian and Ubuntu Linux, execute this command:
echo “yes” > /etc/pure-ftpd/conf/DisplayDotFiles
and then restart pureftpd.

I type “sudo echo “yes” > /etc/pure-ftpd/conf/DisplayDotFiles”, but .htaccess still do not show up in my FireFTP. Why?
It doesn’t list files too despite having “Options +Indexes” in .htaccess
Have you restarted pure-ftpd?
Please post the output of:
cat /etc/pure-ftpd/conf/DisplayDotFiles
I will like to know about Debian and Ubuntu Linux more.