Friday, April 15, 2011

Vsftpd Limit Users

FTP Limited Access

To make user with limited permission in vsftpd

Add following entry in vsftpd.conf

user_config_dir=/etc/vsftpd/users/

create directory

/etc/vsftpd/users/

In this folder create file for the user ex. for test user filename is test and add follwing containt

cmds_allowed=ABOR,CWD,LIST,MDTM,MKD,NLST,PASV,PORT,PWD,QUIT,RETR,RNFR,RNFO,RNTO,REST,SITE,SIZE,STOR,TYPE,SYST

No comments: