将文件从 Compute Engine 下载到我的本地机器

将文件从 Compute Engine 下载到我的本地机器

我在通过 Shh 连接的 Compute Engine 服务器上创建了一些文件。现在我想将这些文件检索到本地主机中。我该怎么做?

谢谢

答案1

使用 scp 命令

https://linuxhandbook.com/scp-command/

或者

Google Cloud Shell GUI 具有上传/下载功能。

https://cloud.google.com/shell/docs/uploading-and-downloading-files

相关内容