Update vsftpd.conf
better for security:
using 022 for local_umask and anon_umask is better than 002 ,
it will create default 755 folders and 644 files (instead of 775) :
777 - 775 = 002
777 - 755 = 022
i think it's better to change in all vsftpd.conf files (all in install folder)
regards