Cloud Shell allows you to upload or download files.
You can use Cloud Shell to upload or download files with ease. To transmit files, use one of the following methods:
- In the menu bar, click the Cloud icon and select Download or Upload from the shortcut menu. In the dialog box that appears, specify a file that you want to download from Cloud Shell to an on-premises server or upload to Cloud Shell.
Run the following
cloudshell download
command to download files from the$HOME
directory of a Cloud Shell instance to an on-premises server:
cloudshell download <file name>
Important When you upload files to Cloud Shell, the files are automatically uploaded to the
$HOME
directory of a Cloud Shell instance. You can download files only from the $HOME
directory of a Cloud Shell instance.For more information about the built-in commands of Cloud Shell, see cloudshell help
.