运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install scp-tool
镜像加速npx clawhub@latest install scp-tool --registry https://cn.longxiaskill.com 镜像可用
技能文档
SCP - 安全文件复制 使用 SSH 加密在本地和远程系统之间复制文件。支持递归目录传输和自定义端口指定。 使用方法:scp-tool [选项] <源> <目标> 选项 -r:递归复制目录 -P 端口:指定 SSH 端口 -C:启用压缩以加快传输速度 -v:详细模式用于调试 示例: scp-tool file.txt user@host:/remote/path/ scp-tool -r ./folder user@host:/remote/folder scp-tool user@host:/remote/file.txt .