Operating System - HP-UX
1833692 Members
5324 Online
110062 Solutions
New Discussion

REstrict ftp account from deleting files

 
SOLVED
Go to solution
raiden
Regular Advisor

REstrict ftp account from deleting files

Hi ,

I have created a restricted ftp account. Now i also want to restrict him from deleting the files which he is uploading .

How do i achieve this?
2 REPLIES 2
Lijeesh N G_1
Respected Contributor
Solution

Re: REstrict ftp account from deleting files

Hi,

Edit the /etc/ftpd/ftpaccess file
search for the line that starts with 'delete'
The line should look like:

delete yes guest,anonymous # delete permission

change the word no to no

delete no guest,anonymous # delete permission

Permissions can be altererd in a similar method for the following operations:

- overwrite
- rename
- chmod
- umask

For more information on ftp and configuration options see the
Installing and Administering Internet Services Manual
HP Part Number: B2355-90685 available at www.docs.hp.com

Hope this will help you

Regards,
LIJEESH N G
raiden
Regular Advisor

Re: REstrict ftp account from deleting files

Thanks Lijeesh . The problem is solved