Tag: SCP
All the articles with the tag "SCP".
Github Actions 远程 SSH 和 SCP 操作
Published: at 08:06 AM本文记录了使用 Github Actions 进行远程 SSH 和 SCP 操作的方法,包括使用 appleboy/scp-action 和 appleboy/ssh-action 两个仓库,以及使用命令行 SCP 和 SSH 命令的替代方案,并提供了一些调试方法的链接。
Linux scp 命令使用教程
Published: at 02:26 PMLinux scp 命令用于在 Linux 服务器之间快速高效地传输文件。本文介绍了 scp 命令的基本用法,包括上传文件、下载文件、上传文件夹和下载文件夹,以及一些常用的参数选项,例如-r(递归复制)、-C(压缩)、-P(指定端口) 等。