1833497 Members
2675 Online
110052 Solutions
New Discussion

ftp access

 
Angela Swyers_1
Frequent Advisor

ftp access

I have setup ftp access using the /etc/ftpd/ftpaccess file. I am having a hard time understanding exactly how this works. I have the following as my entries:

class all wrksite,guest *
guestgroup guest
limit all 5 Any /no-more-ftp-access
delete yes guest # delete permission?
overwrite no guest,anonymous # overwrite permission?
rename no guest,anonymous # rename permission?
chmod yes guest # chmod permission?
umask yes guest # umask permission?
noretrieve /etc/passwd core


I now want to setup a user that already has access to the system. I want to give him full access to the system based on the permissions he has on the server. What do I need to do?
2 REPLIES 2
Biswajit Tripathy
Honored Contributor

Re: ftp access

Sorry, I don't have the answer at the top of my head,
but ftpaccess(4) manpage should help you.

# man 4 ftpaccess

- Biswajit
:-)
Steve Steel
Honored Contributor

Re: ftp access

Hi


See

http://docs.hp.com/en/B2355-90685/ch02s08.html


Also refers to man page


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)