To transfer files to Compute Engine instances, different options are available depending on your workstation OS and the target instance OS.
Transfer from | To Windows instances |
---|---|
Linux or macOS | Windows |
Transferring files through Cloud Storage
Cloud Storage buckets can be a convenient intermediate transfer point between you and your VMs.
This file transfer method works on almost all operating systems and VM types as long as your VM has access to your Cloud Storage bucket through a service account or through your personal user credentials.
Upload your files from your workstation to a Cloud Storage bucket. Then, download those files from the bucket to your instances.
- Create a Cloud Storage bucket or identify an existing bucket that you want to use to transfer files.
- From your workstation, upload files to the bucket.
- Connect to your VM using RDP.
- On your VM, download files from the bucket.
If you need to transfer files in the other direction, reverse the process. Upload the files from your VM, and then download those files to your workstation.
Transferring files through the Windows RDP client
Desktop RDP clients let you connect local devices and resources, including local drives, from your workstation to the Windows Server instance that you connect to. This makes your local workstation file system available as a remote resource while you are connected over RDP. Note that this is not available if you use the Cloud Console with the Chrome RDP extension.
For example, on a Windows Server 2016 workstation:
- Open RDP.
- Click the Local Resources tab.
- Under Local devices and resources, click More.
- Select the Drives checkbox. When you open a connection to a remote instance, the local drives that you selected are available through Windows Explorer.
For more information, see Remote Desktop clients.
What's next
- Connect to your VMs to use the files that you uploaded.