【发布时间】:2021-01-10 15:14:54
【问题描述】:
如何通过 SSH 将文件从远程服务器复制到谷歌云存储桶? This 问题概述了如何将文件从谷歌计算引擎实例复制到谷歌云存储,这不是我需要的。
文件太大,无法在上传之前下载到我的本地计算机。有没有可能做这样的事情:
ssh -p 2455 skiventist@myremoteserver | gsutil cp -r /path/to/remote_folder :gs//mybucket
错误:
CommandException: No URLs matched: /path/to/remote_folder
【问题讨论】:
标签: google-cloud-platform google-cloud-storage