LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   VSFTPD 1 main directory (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-1-main-directory-111481/)

chrisknight 11-02-2003 10:41 AM

VSFTPD 1 main directory
 
I would like to know how to set up VSFTPD so that anyone that logs in will be dumped into 1 main FTP directory. I know this has been asked many times, but everyone keeps saying "just change the users home dir." I dont want to do that. I want users to have their home dir but a different one for ftp.

This is what my vsftpd.conf looks like now:
# --------------------------------------------------
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
nopriv_user=ftpsecure
ftpd_banner=BLAH FTP SERVICE

pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES
# -------------------------------------------------------

Thanks,
Chris


All times are GMT -5. The time now is 10:46 AM.