Operating System - HP-UX
1831042 Members
2543 Online
110019 Solutions
New Discussion

Restricted user in FTP with delete permission

 
Renante M. Yu_1
Occasional Advisor

Restricted user in FTP with delete permission

Hi, please help. After setting up a restricted user account in ftp with the specified home directory where he cannot go anywhere else except to its default home dir. But the problem was, the user can only put, get, list & cd to that directory. I was required to gave that user a delete permission (Delete the pulled file at once). How do I go thru with this?

Thanks in advance.
Only dead people have seen peace
2 REPLIES 2
Michael Tully
Honored Contributor

Re: Restricted user in FTP with delete permission

You would have to set up the /etc/ftpd/ftpaccess file. I believe these options should help. There are quite a number of other options as well that could be useful.

delete yes guest
overwrite yes guest,anonymous
Anyone for a Mutiny ?
Renante M. Yu_1
Occasional Advisor

Re: Restricted user in FTP with delete permission

Hi Mike, thanks a lot.. you really saved my day. : )
Only dead people have seen peace