yum install lrzsz

Most communications programs invoke rz and sz automatically. You can also connect to a remote system, log in, and manually invoke sz with the flags you want to use. Zmodem automatically downloads the files to your home system using the same filenames. (Zmodem tools aren't clever about filenames, so when you download to MS-DOS, be careful about getting files with names that can't be squeezed into the filename.ext DOS filename limit. If you transfer filename.extension, it arrives on your DOS host converted to filename.ext, which is probably OK. But, if you try to transfer filename.more.extension, most Zmodem utilities will give up, probably with a misleading message that the transfer completed.)

One of the most confusing things about Zmodem transfer is determining the command to use to perform the transfer. You have to remember which system you are invoking the command from and which system contains the files to transfer. A consistent way to perform Zmodem transfer is to always invoke the transfer on the remote host, whether uploading (sending to the remote host) or downloading (receiving from the remote host). For example, if you are logged in to a remote host (using C-Kermit, or Telix, or whatever) and want to send some text files from that system to your home system, you might enter something like this:

$ sz -a *.txt

sz would queue the files and successively send them back to the local system. The -a option stands for ASCII and ensures that carriage returns and newlines appear as they should on the system where the file ends up.

On the other hand, if you want to upload some files (receive them on the remote host), you would simply enter the following command:

$ rz

The remote system would then prompt something like this:

rz ready to begin transfer, type "sz file …" to your modem program
**B0100000023be50

rz waits patiently for you to switch back to the local host and give it a Zmodem send command, using sz directly, or through the software you are using. For example, if you call the remote host using ProComm, you would press Page Up and select Zmodem transfer from the pop-up menu and then enter the files to send on the input line ProComm provides.

最新文章

  1. spring-事物-jdbc-hibernate
  2. C#日常总结
  3. Bug测试报告--食物链教学工具--奋斗吧兄弟
  4. JavaWeb基础: Web应用和Web服务器
  5. [转] 与调试器共舞 - LLDB 的华尔兹
  6. 大教堂与集市(The Cathedral and the Bazaar)读书笔记
  7. javascript系列之变量对象
  8. mysql具体语句示例
  9. linux文件系统目录解析
  10. 宋宝华:Docker 最初的2小时(Docker从入门到入门)【转】
  11. CMDB资产管理系统开发【day25】:表结构设计2
  12. Python正则匹配之有名分组
  13. Win10子系统Ubuntu安装llvm+clang
  14. python调用虹软2.0
  15. 客户端本地存储的比较及使用window.name数据传输
  16. CocosIDE导出Android APK的注意事项
  17. Marshaller根据对象生成xml文件
  18. Win10如何搭建FTP服务器以实现快速传输文件
  19. 《DSP using MATLAB》示例Example 8.7
  20. day9学python 类+异常处理+初识socket

热门文章

  1. 20150709---Web中GridView控件根据绑定的数据显示不同的图片
  2. Hibernate 异常org.hibernate.LazyInitializationException: could not ini...
  3. python 将图片存入mongodb,读取图片,gridfs模块
  4. nginx相关总结
  5. Apache Shiro 认证+授权(一)
  6. json模块 pickle 模块 collections 模块 openpyxl 模块
  7. UVA 11355 Cool Points( 极角计算 )
  8. docker--linux network namespace
  9. box2d——1.tiles瓦片积木
  10. leetcode-7-整数翻转