linux 安装配置 vsftpd (centos)

元气小坏坏 提交于 2019-12-04 22:53:56
前提是安装了 linux ,yum,不会的可以查看此文章 red hat centos 安装 yum yum update yum install vsftpd service vsftpd status 查看状态 备份配置文件 cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.bak 配置vsftpd  vim /etc/vsftpd/vsftpd.conf 本人配置: [Copy to clipboard]View Code CONF# Example config file /etc/vsftpd/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 More >
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!