Skip to main content

Copy file between windows and linux

·1 min
Tools
Table of Contents

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

alt text

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 [email protected]:



Comments