Google Compute Engine scp Files on a Linux or Unix or Mac OS X
To use scp to copy files to or from a Google Compute Engine instance: Open a terminal window. Use the following format to copy a file from your local machine to the instance: scp [LOCAL_FILE_PATH] [USERNAME]@[INSTANCE_IP_ADDRESS]:[REMOTE_FILE_PATH] Use the following format to copy a file from the instance to your local machine: scp [USERNAME]@[INSTANCE_IP_ADDRESS]:[REMOTE_FILE_PATH] [LOCAL_FILE_PATH] Note: … Read more