Ubuntu:

安装FTP服务:sudo apt-get install vsftpd

修改配置:sudo vim /etc/vsftpd.conf

local_enable=YES

write_enable=YES

重启服务:sudo /etc/init.d/vsftpd restart

 

Windows下载FileZilla,https://www.filezilla.cn/download

笔记:Ubuntu与Windows文件互传--FTP服务

笔记:Ubuntu与Windows文件互传--FTP服务

相关文章:

  • 2021-12-19
  • 2021-12-26
  • 2021-09-27
  • 2021-12-05
  • 2022-12-23
  • 2021-08-17
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2021-11-07
  • 2021-11-23
  • 2021-06-13
  • 2021-11-20
  • 2021-11-23
相关资源
相似解决方案