Web Hosting Talk







View Full Version : Anonymous FTP in WHM/CPanel


H2
05-15-2001, 08:57 AM
Hello,
How I can setup hosting-plan in WHM without allowing anonymous ftp access?
thanks

teck
05-15-2001, 11:35 AM
I believe if you dont give it a dedicated ip, anonymous access will not be allowed. As far as disabling it with a dedicated ip, i have no clue.

Vince
05-15-2001, 11:58 AM
I think the best way to handle this would be to create a new Cpanel3 theme, and just edit the html to remove the anonymous FTP controls.

Regards,
Vince.

webfors
05-15-2001, 02:04 PM
Originally posted by Vince
I think the best way to handle this would be to create a new Cpanel3 theme, and just edit the html to remove the anonymous FTP controls.

Regards,
Vince.

Ditto :D

Or if you want to remove Anonymous FTP access on the whole server just edit /etc/proftpd.conf and make sure your config for anonymous has

<Anonymous ~ftp>
......
........
...........
<Limit LOGIN>
DenyAll
</Limit>
...........
........
......

</Anonymous>