Adding this to your proftpd configuration will hide files and folders starting with a dot which are hidden on linux anyway as well as shell scripts:
<Directory /home/*> HideFiles (^\..*|\.sh$) <Limit ALL> IgnoreHidden On </Limit> </Directory>
Adding this to your proftpd configuration will hide files and folders starting with a dot which are hidden on linux anyway as well as shell scripts:
<Directory /home/*> HideFiles (^\..*|\.sh$) <Limit ALL> IgnoreHidden On </Limit> </Directory>