How to allow ftp clients to list .htaccess in proftpd?
Sep 21
So how to allow ftp clients to list .htaccess in proftpd?
We need to open
/etc/proftpd/proftpd.conf
1 | ListOptions <--->"-l" |
to
1 | ListOptions <--->"-a" |
and then restart proftpd!
Sep 21
So how to allow ftp clients to list .htaccess in proftpd?
We need to open
/etc/proftpd/proftpd.conf
1 | ListOptions <--->"-l" |
to
1 | ListOptions <--->"-a" |
and then restart proftpd!