Blogger Information
Blog 175
fans 1
comment 0
visits 385141
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
linux中rzsz命令
dxp2tq的博客
Original
2375 people have browsed it

linux使用rz可以上传文件,sz可以下载文件,总结下之前遇到的一个小问题:

使用rz失败!改过的nginx.conf没有成功覆盖已有的nginx.conf

######################################################

原因可能有以下几种:
1、目录下已经有同名的文件。
2、上传过程中网络不稳定,异常断线导致上传失败。
一般情况下网络良好,上传不上都是第一个原因。

eg:

 rz -ary --o-sync

######################################################

man rz 可以看到帮助
-a 表示使用ascii码格式传输文件,如果是Dos格式的文件,会转换为unix格式
-r 使用 Crash recovery mode. 即文件传输中断会重传
-y 表示文件已存在的时候会覆盖
--o-sync 采用同步写模式,以处理从缓存写到磁盘时中断丢失的情况

主要是采用 -r 和 --o-sync 对异常处理会有所加强,其他选项只是辅助。


rz -y nginx.conf 已经存在就覆盖

######################################################

补充两点:

① 安装lrzsz

# yum -y install lrzsz

② 会话选项->终端->X/Y/Zmodem可以设置上传和下载路径


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post