知识库

ubuntu搭建ftp服务器

2024-12-05 11:06:17 李腾 1 次阅读

ubuntu搭建ftp服务器

参考文档:https://blog.csdn.net/abraham_ly/article/details/107808007

1、安装vsftp软件包。

sudo apt-get install vsftpd

2. 查看vsftpd版本。

vsftpd -version

3. 修改vsftpd.conf配置文件。

sudo gedit /etc/vsftpd.conf

4. 启动服务。

sudo systemctl start vsftpd

转载请注明转自www.hylab.cn,原文地址:ubuntu搭建ftp服务器

评论 (0)

登录后发表评论

暂无评论,快来发表第一条评论吧!