跳到正文
W Winse Blog
dev bigdata 1 min read

解决SecureCRT【zmodem transfer canceled by remote side】问题

处理方法很简单,解决后,对于ssh机器之间多次跳转的文件传输操作会方便很多。

写到/etc/profile以后就可以直接使用了
[root@af042cb4b34c ~]# alias rz="rz -e"

[root@af042cb4b34c ~]# cd /usr/share/cacti/
[root@af042cb4b34c cacti]# cd plugins
[root@af042cb4b34c plugins]# rz
rz waiting to receive.
Starting zmodem transfer.  Press Ctrl+C to cancel.
Transferring monitor-v1.3-1.tgz...
  100%     231 KB     231 KB/sec    00:00:01       0 Errors  

[root@af042cb4b34c plugins]# ll
total 236
-rw-r--r-- 1 root root     44 Aug  7  2013 index.php
-rw-r--r-- 1 root root 236682 Sep 21 07:54 monitor-v1.3-1.tgz

zmoden还是有比较多的限制。sftp还是不能少啊!!

# 参考

–END

在 GitHub 上讨论

欢迎通过 GitHub Issue 留言或反馈。每条讨论都会关联到对应文章的源文件路径。

src/posts/2015-09-21-solve-securecrt-zmodem-transfer-canceled-by-remote-side.md

Related posts