Realize linux and windows file transfer

  

In fact, this topic is a bit big, here is only one of the linux and windows file transfer, but this method is very practical, that is: ZModem protocol

specific The linux commands are: rz and sz

but they are actually two very handy tools. Rz, sz is the Linux/Unix and Windows
command line tool for ZModem file transfer. The Windows side needs to support ZModem's telnet/ssh client. SecureCRT can use SecureCRT to log in to Unix/Linux host (telnet or Ssh can) 1. rz, receive the file, SecureCRT will pop up the file selection dialog box, close the dialog box after selecting the file, the file will be uploaded to the current directory, here is a trick for everyone: in fact, you can not knock on the command line The rz command only needs to drag and drop the files you want to transfer to the SecureCRT window, and SecureCRT will automatically transfer the files. 2. Run the command sz file1 file2 is to send files to windows (the saved directory is configurable) More convenient than the ftp command, and the server does not need to open the FTP service. Note: Some linux versions default to no sz/rz Tools, so everyone has to install one, it is actually very simple.

shell# yum search lrzszshell# yum install lrzsz-x.x.x

Copyright © Windows knowledge All Rights Reserved