Friday 13 November 2020

Copying files to and from Google Compute Engine Virtual Machines via SCP

To specify the project, zone, and recurse all together, run: ``` gcloud compute scp --project "your-gcp-project" --zone "us-east1-b" --recurse ~/local-directory/ gcp-instance-name:~/server-directory/ ```

No comments:

Post a Comment

A Fun Problem - Math

# Problem Statement JATC's math teacher always gives the class some interesting math problems so that they don't get bored. Today t...