Google cloud shell 在google cloud shell中,是否可以将存储桶传输到远程服务器?

Google cloud shell 在google cloud shell中,是否可以将存储桶传输到远程服务器?,google-cloud-shell,Google Cloud Shell,我想使用google cloud shell将bucket(从gs://开始)传输到远程服务器。我试过: scp gsutil gs://文件夹username@remoteserveraddress:~/文件夹 但它不起作用。我最终使用sshfs将远程服务器目录装入google cloud shell,然后像往常一样在装入点中装入gsutil cp: $ sudo sshfs -o allow_other,default_permissions user@IP_ADDRESS:/mount/s

我想使用google cloud shell将bucket(从
gs://
开始)传输到远程服务器。我试过:

scp gsutil gs://文件夹username@remoteserveraddress:~/文件夹


但它不起作用。

我最终使用
sshfs
将远程服务器目录装入google cloud shell,然后像往常一样在装入点中装入
gsutil cp

$ sudo sshfs -o allow_other,default_permissions user@IP_ADDRESS:/mount/share mountpoint