两台linux之间传输文件

1:scp

将文件传到另一linux

scp -r 文件名 用户名@计算机IP:~

2:teamviewer

下载地址:https://www.teamviewer.com/cn/download/linux/

sudo apt-get install -f

sudo dpkg -i xxx.deb

3:FileZilla

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install openssh-server
sudo apt-get install filezilla
filezilla

两台linux之间传输文件