1834290 Members
3185 Online
110066 Solutions
New Discussion

Re: restrict ftp access

 
SOLVED
Go to solution
William Pribble
Frequent Advisor

restrict ftp access

I want to be able to restrict a user to ftp files to and from a specific directory. what is the best way to accomplish this?

Thanks
5 REPLIES 5
Ken Hubnik_2
Honored Contributor

Re: restrict ftp access

Using permissions. Do not allow that user access to that specific directory. Read or write.
Pete Randall
Outstanding Contributor
Solution

Re: restrict ftp access

Hi Elaine,

I think this thread should cover what you need:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3b9093e260b0d611abdb0090277a778c,00.html

Pete

Pete
Tom Jackson
Valued Contributor

Re: restrict ftp access

Hi Elaine:

You could create a directory for the user and set the permissions to 700 or 600. This would only allow the owner and root read and write access to the dir.

Tom
MANOJ SRIVASTAVA
Honored Contributor

Re: restrict ftp access

Hi


You can do a man ftpaccesss to set the ftp , or you amy like to do it the wuftp way.


Manoj Srivastava
Oleg Zieaev_1
Regular Advisor

Re: restrict ftp access

Hello.

In case you want for your use(s) to see only particular directory and nothing else - configure annonymous ftp user. This will present for instance /secure/ftp as a / for your user and he won't be able to go up from it, only donw.

In case you want to have personalized ftp and still have permissions, well chmod 700 sounds like a good plan.

Hope this help.
0leg
Professionals will prevail ...