ProFTPD hidding files

| | Comments (0)

ProFTPDHideFiles 參數可以用 regular expressions 隱藏某些檔案, ls 會看不到.
若要隱藏所有檔案, 加一行 HideFiles (.*)
若要使用 anonymous ftp 功能, 又不想讓人看到檔案, 可以這樣設定
<Anonymous /home/ftp>
User ftp
Group ftp
Useralias anonymous ftp
<Directory *>
HideFiles (.*)
<Limit WRITE>
DenyAll
</Limit>
</Directory>
</Anonymous>

Leave a comment

March 2009

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Pank published on May 7, 2008 12:09 PM.

Microsoft Silverlight was the previous entry in this blog.

My Daughter's Blog is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.