PDA

View Full Version : Help in configuration of Linux ftp please!!


baqai
12-23-03, 03:54 PM
I am facing a problem here,

on ftp i want users to have only upload rights to the folder TEMP but i don't want them to delete anything from the folder

what i have done now is the TEMP directory have read write rights to the users but since they have WRITE they can delete it, i am totally new to linux (learning) and can't figure how to configure the ftp server properly

can someone please help me out here?

DDR-PIII
12-23-03, 07:40 PM
something with chmod im pretty sure, make an admin account on the ftp server, then login via ftp client and try to set the settings you want like that. "not sure if thatll work though".

XWRed1
12-23-03, 09:19 PM
What ftp server are you using? You can't effect those permissions with just chmod. You'd have to either do it in the ftp server's configuration, or set up ACLs on the filesystem you are serving from.

baqai
12-23-03, 11:01 PM
using VS FTP here is there any way to configure it?