技术头条 - 一个快速在微博传播文章的方式     搜索本站
您现在的位置首页 --> Linux --> 解决securecrt rz 上传rar,gif文件不正确问题

解决securecrt rz 上传rar,gif文件不正确问题

浏览:7005次  出处信息

一、linux 与 windows 文件传输:rz/sz
ZModem is a full-duplex file transfer protocol that supports fast data transfer rates and effective error detection. ZModem is very user friendly, allowing either the sending or receiving party to initiate a file transfer. ZModem supports multiple file (”batch”) transfers, and allows the use of wildcards when specifying filenames. ZModem also supports resuming most prior ZModem file transfer attempts.

rz,sz是便是Linux/Unix同Windows进行ZModem文件传输的命令行工具

windows端需要支持ZModem的telnet/ssh客户端(比如SecureCRT)

运行命令rz,即是接收文件,SecureCRT就会弹出文件选择对话框,选好文件之后关闭对话框,文件就会上传到当前目录

注意:单独用rz会有两个问题:上传中断、上传文件变化(md5不同),解决办法是上传是用rz -be,并且去掉弹出的对话框中“Upload files as ASCII”前的勾选。
-b binary 用binary的方式上传下载,不解释字符为ascii
-e 强制escape 所有控制字符,比如Ctrl+x,DEL等

运行命令sz file1 file2就是发文件到windows上(保存的目录是可以配置) 比ftp命令方便多了,而且服务器不用再开FTP服务了

PS:Linux上rz/sz这两个小工具安装lrzsz-x.x.xx.rpm即可。

用binary和ascii上传究竟有什么区别呢?引一段E文:
Ascii or Binary? The general rule of thumb is if you can view the file in a text editor like notepad (ie. .html, .js, .css files etc) you should upload in ASCII mode, most

others (including images, sound files, video, zip files, executable’s etc) should be uploaded in Binary.
Exceptions to the Rule It seems all things related to computers have exceptions to the rules. Yes, this is yet another case of it.
If your text files contain international characters (ie. Chinese or Japanese text), they are to be uploaded as binary. The reason is that ascii takes into account differences

between DOS and UNIX files (7 bits) but it doesn’t do well with text using higher bits.
Why Does It Matter What Mode You Transfer Files With? If you upload images etc. as ascii you’ll end up with corrupted files. Some browsers seem capable of figuring it out, but

not all… and not all the time. Netscape is much more picky, so you’d end up with broken or missing pictures for your Netscape users. (Yup, I learned this the hard way  )
Same thing with uploading text files as binary. While this is less important for html files, scripts will have a HUGE problem with it and will just not work. This is the most

common cause of the “Server 500 Error - Malformed Headers”, and other equally unlovely errors that have caused many a webmaster to bang their heads against their computers.
So What Does Uploading In ASCII Do? I’d wondered this for a while and finally decided to learn why uploading in ascii is so important for some file types. What I found out is

that different Operating System’s use different ways to specify that a line has ended. So if you’re using a different operating system than your server (which is very likely),

the files will have extra characters at the end of each line that the server doesn’t recognize. So it’ll usually print them out resulting in script errors.
Setting Your FTP Program to “Auto”Most FTP programs have the option to set your upload to auto. What this usually does is compare the file type you’re transferring against a

list of known file types and set it to binary or ascii upload on its own.
By default, most FTP programs will have a pre-set list of files to be transferred in ascii and will upload / download everything else in binary. (These settings are in different

places depending on the program you are using. Check the “Read Me” file or their Website if you can’t find it.) Be sure to double check that the files you want to transfer are

in the appropriate list.
SummaryASCII? Files .htm .html .shtml .php .pl .cgi .js .cnf .css .forward .htaccess .map .pwd .txt .grp .ctl
Binary Files .jpg .gif .png .tif .exe .zip .sit .rar .ace .class .mid .ra .avi .ocx .wav .mp3 .au

引用:http://cache.qihoo.com/wenda.php?do=snap&act=fetchHtmlsnap&m=4ca30d60d3fe8a9763c0da1d9894a8ed&surl=http%3A%2F%2Fhi.baidu.com%2Frenyangok%2Fblog%2Fitem%2Fe91779f1ab83d4a8a40f52e9.html&kw=SecureCRT




开发平台迁移到windows,编码迁移到gbk,服务器是linux,需要频繁使用secureCRT,还需要登陆relay机器,找到rz,sz命令,终于不用apache来传送文件了,嘿嘿

先设定SecureCRT上传下载文件保存路径
options -> session -> Xmodem/Zmodem -> upload / download -> ok

然后确认一下系统中是否有 sz rz 这两个命令(FreeBSD下命令是 lrz、lsz)
如果有就跳过这里,如果没有,则安装lrzsz 在网上可以很容易找到,比如说http://download.chinaunix.net/down.php?id=12772&ResourceID=6293&site=1
下载之后是常规安装方法,解压,configure;make;make install

我下载的是src.rpm包,具体安装方法可以参考这里如何安装.src.rpm软件包

1、将linux上文件传到PC机上
shell> sz /etc/rc.local

例:
[root@test root]# sz /etc/rc.local
rz
Starting zmodem transfer. Press Ctrl+C to cancel.
Transferring rc.local…
100% 464 bytes 464 bytes/s 00:00:01 0 Errors

2、将PC机上文件传到linux上
shell> rz
选择要传送的文件,确定。


引用:http://cache.qihoo.com/wenda.php?do=snap&act=fetchHtmlsnap&m=66537e9dc2c0f9ace2bdd72d8d7e7bac&surl=http%3A%2F%2Fhi.baidu.com%2Fismayday%2Fblog%2Fitem%2F1c2142a905a819fb1e17a29f.html&kw=SecureCRT

我使用的是SecureCRT5.5
SecureCR下的文件传输协议有ASCII、Xmodem、Zmodem
文件传输协议
文件传输是数据交换的主要形式。在进行文件传输时,为使文件能被正确识别和传送,我们需要在两台计算机之间建立统一的传输协议。这个协议包括了文件的识别、传送的起止时间、错误的判断与纠正等内容。常见的传输协议有以下几种:

ASCII:这是最快的传输协议,但只能传送文本文件。

Xmodem:这种古老的传输协议速度较慢,但由于使用了CRC错误侦测方法,传输的准确率可高达99.6%。

Ymodem:这是Xmodem的改良版,使用了1024位区段传送,速度比Xmodem要快。

Zmodem:Zmodem采用了串流式(streaming)传输方式,传输速度较快,而且还具有自动改变区段大小和断点续传、快速错误侦测等功能。这是目前最流行的文件传输协议。

除以上几种外,还有Imodem、Jmodem、Bimodem、Kermit、Lynx等协议,由于没有多数厂商支持,这里就略去不讲。
SecureCRT可以使用linux下的zmodem协议来快速的传送文件.

你只要设置一下上传和下载的默认目录就行
options->session options ->Terminal->Xmodem/Zmodem 下
在右栏directory设置上传和下载的目录

使用Zmodem从客户端上传文件到linux服务器
1.在用SecureCRT登陆linux终端.
2.选中你要放置上传文件的路径,在目录下然后输入rz命令,SecureCRT会弹出文件选择对话框,在查找范围中找到你要上传的文件,按Add按钮。然后OK就可以把文件上传到linux上了。
或者在Transfer->Zmodem Upoad list弹出文件选择对话框,选好文件后按Add按钮。然后OK窗口自动关闭。然后在linux下选中存放文件的目录,输入rz命令。liunx就把那个文件上传到这个目录下了。

使用Zmodem下载文件到客户端:
sz filename
zmodem接收可以自行启动.下载的文件存放在你设定的默认下载目录下.

又记:
rz,sz是Linux/Unix同Windows进行ZModem文件传输的命令行工具windows端需要支持ZModem的telnet/ssh客户端,SecureCRT就可以用SecureCRT登陆到Unix/Linux主机(telnet或ssh均可)O 运行命令rz,即是接收文件,SecureCRT就会弹出文件选择对话框,选好文件之后关闭对话框,文件就会上传到当前目录 O 运行命令sz file1 file2就是发文件到windows上(保存的目录是可以配置) 比ftp命令方便多了,而且服务器不用再开FTP服务了
引用:http://www.cnblogs.com/harryguo/archive/2008/01/16/1041296.html

建议继续学习:

  1. QQ上传大文件为什么这么快    (阅读:12301)
  2. 10个强大的Ajax jQuery文件上传程序    (阅读:7671)
  3. Mac下使用SecureCRT的一些记录    (阅读:6388)
  4. SecureCRT for Mac OS X 6.7.3破解方法    (阅读:5676)
  5. 终端二则    (阅读:5562)
  6. PHP上传进度条深度解析    (阅读:4824)
  7. Codeigniter里的无刷新上传    (阅读:4472)
  8. PHP上传文件类型彻底判断方案及PHP+nginx上传大小彻底控制方案    (阅读:3640)
  9. PHP JAVA C上传文件如何准确判断文件类型-mime知识普及    (阅读:3405)
  10. 渐进增强的无刷新多图片上传控件(iFrame+HTML5)    (阅读:3357)
QQ技术交流群:445447336,欢迎加入!
扫一扫订阅我的微信号:IT技术博客大学习
© 2009 - 2024 by blogread.cn 微博:@IT技术博客大学习

京ICP备15002552号-1