摘要: 环境 轻量应用服务器为 Linux 操作系统 ubuntu18 参考教程 服务器搭建 FTP 服务 参考教程 文件上传 put local-file [remote-file] 文件下载 get [remote-file] [local-file] 阅读全文
posted @ 2023-02-20 16:18 伶俐虫虫 阅读(30) 评论(0) 推荐(0)
摘要: 环境 Ubuntu18 解决方法 安装 vsftpd sudo apt-get install vsftpd 2. 启动vsftp服务 service vsftpd start sudo netstat -antup | grep ftp 创建主目录 sudo mkdir /root/uftp 制定 阅读全文
posted @ 2023-02-20 16:10 伶俐虫虫 阅读(78) 评论(0) 推荐(0)