Winse Blog

走走停停都是风景, 熙熙攘攘都向最好, 忙忙碌碌都为明朝, 何畏之.

解决SecureCRT【zmodem Transfer Canceled by Remote Side】问题

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
写到/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

Comments