I’m trying to make a user configuration file that only allows the user to upload. I had that working with the following config:

dirlist_enable=YES
download_enable=NO
local_root=/home/up
write_enable=YES

That worked great except the fact people can delete and I don’t want them to have that ability. So after searching for a few days
I found cmds_allowed seems like this would solve my problem. Well it didn’t it has the ability but obviously I don’t have the
ability to master it. Now the user can’t delete but I cant upload for some reson….

This is my current upload user config maybe someone can see what command I’m missing.

cmds_akkiwed=ABOR,CWD,LIST,MDTM,MKD,NLST,PASS,PORT ,PWD,QUIT,RETR,RNTO,SITE,TYPE,USER
dirlist_enable=YES
download_enable=NO
local_root=/home/up
write_enable=YES