On Thu, 2007-09-06 at 09:32 +1000, Raphael Kraus wrote: > What I would like to do is remove the ability of users to delete files, > even though they can upload them. > > I'm suspecting that maybe this isn't possible using vsftpd
See vsftpd.conf and cmds_allowed. Grab the supported commands from the vsftpd source code, you can find what they mean from the FTP RFCs. Don't list RNFR, RNTO, DELE or RMD in cmds_allowed. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
