Jump to content
xisto Community
Sign in to follow this  
jedipi

How To Hide The Hiden File/dir In Proftpd

Recommended Posts

I am using Proftpd's default seting.ls -al command can be used to display those hiden file/dir from client side.Is there any option to disable this ls -al command??

Share this post


Link to post
Share on other sites

Insert IgnoreHidden on to the following sections of your proftpd.conf file:

<Limit READ DIRS>

...

</Limit>

 

<Limit READ>

...

</Limit>

 

<Limit STOR MKD RMD>

...

</Limit>

 

<Limit WRITE>

...

</Limit>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.