FetchLinux是基于SSH协议的远程文件操作工具,以下是其快速获取文件的技巧:
sudo apt update和sudo apt install fetchlinux。fetchlinux download user@remote_host:/path/to/remote/file /path/to/local/directory命令。-r选项,如fetchlinux download user@remote_host:/path/to/remote/directory /path/to/local/directory -r。fetchlinux user@remote_host:/path/to/remote/*.txt /local/path。-i指定SSH密钥文件,-p指定SSH端口,-x指定代理来优化传输。