FetchLinux是基于SSH协议的远程文件操作工具,获取资源的新方法如下:
sudo apt install fetchlinux
,CentOS/RHEL用sudo yum install fetchlinux
,也可从GitHub仓库克隆。fetchlinux.conf.example
为fetchlinux.conf
,用文本编辑器设置仓库URL、镜像名称等参数。fetchlinux download fedora
;也能从远程服务器获取文件或目录,如fetchlinux user@remote_host:/path/to/remote/file /local/path
。