In fact, this topic is a bit large, here is only a Linux and Windows file transfer, but this method is very practical, that is: Zmodem protocol
Specifically, the Linux command is: RZ and SZ
But in fact they are two very handy tools. Rz,sz is Linux/unix with Windows Zmodem File Transfer command-line tool, the Windows side needs to support Zmodem TELNET/SSH client, SECURECRT can use SECURECRT to log on to unix/ Linux hosts (either Telnet or SSH) 1. RZ, receive files, SECURECRT will pop up the file selection dialog box, select the file after closing the dialog box, the file will be uploaded to the current directory, here to introduce a trick: In fact, you can not use the command line to knock the RZ command, just want to transfer the file to drag and drop to the SecureCRT window, SECURECRT will automatically complete the transfer. 2. Run the command sz file1 file2 is to send files to Windows (the saved directory can be configured) more convenient than the FTP command, and the server does not have to open the FTP service note: Some Linux versions default to the Sz/rz tool, so you have to install one, It's actually very simple.
shell# Yum Search Lrzsz shell# yum install lrzsz-x.x.x
Implementing Linux and Windows file transfer