注:Centos7环境,添加用户指定目录后默认其为此用户的共享目录。
chroot_local_user=YES chroot_list_enable=YES # (default follows) chroot_list_file=/etc/vsftpd/chroot_list allow_writeable_chroot=YES
ftp服务部署
原文:https://www.cnblogs.com/kazihuo/p/10303712.html