Results 1 to 4 of 4
Can anyone tell me how to create a ftp user with read only/list access?
voth...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-04-2004 #1Just Joined!
- Join Date
- Jan 2004
- Posts
- 11
Creating a ftp user with read only access
Can anyone tell me how to create a ftp user with read only/list access?
voth
- 02-04-2004 #2Just Joined!
- Join Date
- Feb 2004
- Location
- Calgary Alberta
- Posts
- 19
the easiest way is to chmod all of the files to read only for that user. What ftp server are you using?
- 02-04-2004 #3Just Joined!
- Join Date
- Jan 2004
- Posts
- 11
It's proftpd, I've chrooted the users, though I don't want to have to chroot the files if possible.
I would just like to modify his account to a read-only state.
Like something you might use for an anonymous account or something.
voth
- 02-04-2004 #4Linux User
- Join Date
- Jun 2003
- Location
- Huntington Beach, CA
- Posts
- 390
This is from my proftpd.conf. http://www.castaglia.org/proftpd/doc...onfigFile.html is a good site about proftpd.Code:<Directory /home/tyler/ftp> <Limit WRITE> DenyAll </Limit> </Directory>


Reply With Quote
