Windows使用 FileZilla FTP Client 连接树莓派

(1)先在树莓派上安装ftp服务器,分别输入下面命令

1.2.1安装vsftpd服务器(月400KB)

  1. sudo apt-get install vsftpd

1.2.2启动vsftpd服务器(月400KB)

  1. sudo service vsftpd start

1.2.3重启树莓派

    sudo reboot

(2)树莓派打开SSH服务

  sudo raspi-config

后选interface  options 再选vnc打开

(3)后Windows下安装FileZilla ,配置FileZilla连接树莓派

《注意1》FileZilla在使用 sftp:// 的方式,在 IP 地址前添加 sftp://
点击快速连接

参考:

Windows10和树莓派互传文件(filezilla)_净无邪博客-CSDN博客_树莓派传文件

你可能感兴趣的:(单片机,windows,windows)