PDA

View Full Version : FTP Question



Strikebf
September 1st, 2004, 15:53
Hello.

I want to know if it is possible to password protect folders using FTP.

I want each one to have a different password. Is that possible?

Thanks a lot for your help!

kabatak
September 1st, 2004, 17:12
you can do it using htaccess (http://www.freewebmasterhelp.com/tutorials/htaccess/3) this method only work on *nix servers

CareBear
September 2nd, 2004, 01:35
.htaccess is for protecting access to directories through Apache and HTTP. It has no effect on FTP.

There isn't any way to password protect directories through FTP, the only way would be to create a new account.

Strikebf
September 2nd, 2004, 11:57
Okay, great.

Thanks to both of you.