SecureCRT上传bash: rz: command not found

来源:互联网 发布:java redis 阻塞队列 编辑:程序博客网 时间:2024/06/11 01:17
-bash: rz: command not found
rz命令没找到?
执行sz,同样也没找到。
安装lrzsz:
# yum -y install lrzsz
现在就可以正常使用rz、sz命令上传、下载数据了。
使用方法:
上传文件
# rz filename
下载文件
# sz filename


0 0