Operating System - Linux
1819804 Members
3308 Online
109607 Solutions
New Discussion юеВ

VSFTPD file delete/modify

 
SOLVED
Go to solution
kcpant
Trusted Contributor

VSFTPD file delete/modify

Hi friends,

I am fighiting with a small problem from last a day, I have allowed anonymous login to vsftpd, the anonymous users can upload files smoothly, but the problem arises when anonymous user wants to modify/delete a file, says "550 permission denied". can anybody tell me how I can make it possible to delete / modify files from the anonymous users's directories? I have tried every combination of settings on vsftpd.conf, and also changed permissions on the upload directory.

thanks in advance
PreSales Specialist
2 REPLIES 2
Gopi Sekar
Honored Contributor
Solution

Re: VSFTPD file delete/modify

I believe this is what your problem is:

from man vsftpd.conf

anon_other_write_enable
If set to YES, anonymous users will be permitted to perform write operations other than upload and create directory, such as deletion and renaming. This is generally not recommended but included for completeness.
Default: NO



Hope this helps,
Gopi
Never Never Never Giveup
kcpant
Trusted Contributor

Re: VSFTPD file delete/modify

Thanks a lot Gopi,

now I can do the operations which I want.

Thanks again

K C Pant
PreSales Specialist