Results 1 to 1 of 1
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-06-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 5
Vsftpd user conf problem
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


Reply With Quote
