FetchLinux是基于SSH协议的文件传输工具,以下是其基本使用方法:
apt
、yum
)或从GitHub克隆源码安装。fetchlinux -u user@remote_host /local/file /remote/path
。fetchlinux user@remote_host:/remote/file /local/path
。-f
指定文件列表,-c
指定配置文件。-i /path/to/private_key
。-p 端口号
。ls
、删除文件rm
等。注:部分文档提到FetchLinux用于下载Linux镜像,但核心功能仍为文件传输,具体命令以实际版本为准。