Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

download file from google cloud compute instance

When I use format like

gcloud compute copy-files user@instance-1:/home/user/file \ /home/user/Desktop \ --zone europe-west1-b 

it gives me error

no such file or directory as desktop

like image 478
yash thakkar Avatar asked Jul 04 '17 09:07

yash thakkar


1 Answers

If you're connecting to the instance via https://console.cloud.google.com using SSH for Google Cloud Platform, you can download a specific file via "Download file" from the Settings menu (accessible through the settings icon in upper right corner).

enter image description here

like image 106
mpskovvang Avatar answered Oct 30 '22 20:10

mpskovvang