@dana
To block folder access to FTP with .htaccess, you can use the following steps:
1 2 |
Order deny,allow Deny from all |
By adding these directives to the .htaccess file, you are blocking all access to the folder from the FTP server. Only users with the appropriate permissions will be able to access the folder.