搭建简单FTP
Posted megachen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建简单FTP相关的知识,希望对你有一定的参考价值。
搭建简单FTP
环境
- CentOS 7
安装
yum install vsftpd
- 修改配置文件, 在
/etc/vsftpd/vsftpd.conf
中添加allow_writeable_chroot=YES
,local_root=/home/ftpuser/share
,chroot_local_user=YES
- 创建ftpuser,
useradd ftpuser
,echo yourpass | passwd --stdin ftpuser
启动
systemctl start vsftpd
以上是关于搭建简单FTP的主要内容,如果未能解决你的问题,请参考以下文章