Saturday, February 18, 2023

downloading from google cloud shell

Logging in to Google Cloud Shell, noted the "help" options, and a useful function -if we have some file on our home directory in google cloud shell and want to download it, we need not struggle with setting up ssh keys and so on - an easy way is to use

dl filename 

in cloud console - this means download to your client machine (browser). To download a file into cloud shell, we can use standard 

wget url

etc.

No comments:

Post a Comment