Click to See Complete Forum and Search --> : ftp question


Etherphyte
12-09-2000, 06:11 AM
Hey all,

Can anyone tell me how to restrict a specific directory so no ftp users can get into it? The issue is any ftp user other than anonymous can navigate to my /mount directory, and I don't want that. How do I set it so they can't get into /mount?
Thanks,
Ad
-- http://www.etherphyte.com

A_Lawn_GNOME
12-09-2000, 11:44 AM
I don't know but you might reading the manuals and stuff. The idea sounds really familiar but I can't put my finger on it.

manux
12-09-2000, 01:55 PM
it does sound familiar. i think it got to do with setting up a "guest user" and a "real user" i think the guest user will restrict the user to assigned directory. i'm not quite sure

speck
12-09-2000, 05:15 PM
Check out the man page for "ftpaccess". This file should be in /etc/. You can restrict a non anonymous to having access only to their home directory.

Speck

Phuzon
12-09-2000, 05:21 PM
I use proftpd (I highly recommend this *****) and I put: "DefaultRoot ~" in the config file. Hope this helps you a bit