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.

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Twitter
  • FriendFeed
  • MisterWong
  • StumbleUpon


2 Responses to “How to display hidden files with pure-ftpd on Debian and Ubuntu Linux”

  1. boonhong says:

    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

Leave a Reply