Upload/Copy Files to Google VM Compute Instance

gcloud

Upload a local directory

gcloud compute scp --recurse /code/python/test VM_INSTANCE_NAME:/code/python

You can also specify specific username

gcloud compute scp --recurse /code/python/test USERNAME@VM_INSTANCE_NAME:/code/python

Upload a file

gcloud compute scp --recurse /code/python/test/main.py VM_INSTANCE_NAME:/code/python/test

Web SSH

References:

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.