Trash Talk - newbie nix question SyrusMX - Thu Apr 06, 2006 6:35 am Post subject: newbie nix question
FreeBSD 5: I've got a FTP account, 1 user/pwd, but multiple people logging in under that l/p, and I want to only allow upload and directory creation, no download, no deletion.
Cerium - Thu Apr 06, 2006 6:48 am Post subject:
chmod the directories to 770 and the files to 000.
The only problem with this is youll need a root account to do anything with the files once theyre uploaded.
SyrusMX - Thu Apr 06, 2006 7:11 am Post subject:
I have root, but how can I get the files in that directory to automaticly chmod to 000, so I don't have to go do it.
Dr Brain - Thu Apr 06, 2006 9:00 am Post subject:
You should probably take a look at the FTP config instead of mucking with the permissions.
Cerium - Thu Apr 06, 2006 11:07 am Post subject:
I was under the assumption the FTP server would handle those permissions for him. Thats how Filezilla works, and I guess I expected most/all other FTP servers to use something extremely similar.