FetchLinux是基于SSH协议的远程文件操作工具,可通过命令行实现文件传输、删除等操作,以下是主要用法:
dpkg、yum)安装对应系统的安装包。fetchlinux user@remote_host # 基于SSH协议连接
# 上传本地文件到远程
fetchlinux upload /local/file user@remote_host:/remote/path
# 下载远程文件到本地
fetchlinux download user@remote_host:/remote/file /local/path
fetchlinux delete user@remote_host:/remote/file
fetchlinux ls user@remote_host:/remote/path
-i /path/to/private_key。-p 端口号。-x http://proxy_host:port。注:部分版本支持图形界面操作,可通过拖拽文件完成传输。操作前需确保远程服务器权限及网络连通性。