Copy file between windows and linux

This article will introduction how copy file between windows and linux , and how copy file from linux to linux.

Copy file between windows and linux

Use xshell and lrzsz.
```
####Centos install lrzsz
yum -y install lrzsz
```
Copy file to linux
> rz

Copy file to windows
> sz FILE

Copy file between linux and linux

scp LOCAL_FILE root@x.x.x.x:
           

No comments

Comments feed for this article

Reply

Your email address will not be published. Required fields are marked *