Reputation: 888
So I have to separate apps hosted at google cloud and I would like to know if it's possible from the app1 to send a file to a specific folder in app2. I tried to ssh into an instance but I can find anything.I'm new to google cloud so if anyone knows anything please let me know.
Upvotes: 0
Views: 35
Reputation: 5533
You can use gcloud app instances scp
command. For more information about the command and how to use it, please see the link below:
[https://cloud.google.com/sdk/gcloud/reference/app/instances/scp][1]
Upvotes: 1