安装lrzsz 实现windows与linux之间文件互传

环境:CentOS7.4

执行命令安装:
[root@linuxhg01 www]# yum install lrzsz    

rz // Windows 上传到 linux [root@linuxhg01 www]# rz // 运行该命令会弹出 一个文件选择窗口, 从本地选择文件上传到服务器(receive).

sz // linux 下载到 Windows [root@linuxhg01 www]# sz +文件名 // 将选定的文件发送(send)到本地机器;

猜你喜欢

转载自www.cnblogs.com/sgm4231/p/10431550.html