Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I configure HTTPD to require a user ID and password for FTP?

0
Posted

How do I configure HTTPD to require a user ID and password for FTP?

0

The Proxy directive can be used to request a user id and password. User authentication only has to be done once and will persist so long as the browser is connected the HTTPD proxy. The user’s ID and password has to be stored in the gwuser data base for this option to work. # Require user ID and password for ftp access require valid-user order allow,deny allow from 10.0.0.0/255.255.0.0 5.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123