I am triying to hide a folder on proftp, I want that the folder don´t appear on ftp client but I want acccess to the folder if I use the path directly on the client
<Directory /var/shared/uploads>
umask 0006
HideGroup webpublisher
<Limit LIST>
DenyAll
IgnoreHidden on
</Limit>
I try using limit and the folder is hidden and not listing on client but I can´t access using the path also. Is there any option to hide only the folder of listing on client but mantein the access?
0 Answers