Linux 文件上传操作
SecureCRT与linux互相上传和下载文件
1. 需要上传或者下载,需要使用rz和sz命令。
2. 如果linux上没有这两个命令工具,则需要先安装。可以使用yum安装。运行命令yum install lrzsz
[[email protected] ~]# yum install lrzsz 已加载插件:fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * epel: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.com 软件包 lrzsz-0.12.20-36.el7.x86_64 已安装并且是最新版本
3. 安装完成后就可以使用rz命令上传本地的文件到linux平台。
进入指定目录:
[[email protected] ~]# cd /opt [[email protected] opt]# mkdir tools [[email protected] opt]# ls cni rh rke tools
运行rz命令,会弹出选择文件的对话框。
4. 如果上传单个文件就直接执行命令rz 然后选择文件即可。
在哪个目录下输的rz ,就传到哪个目录下,ls下就看到了。
引用:https://blog.csdn.net/weixin_42165130/article/details/80846287
原文地址:https://www.cnblogs.com/1285026182YUAN/p/11595874.html
时间: 2024-10-27 06:06:37