I ran the command:
gcp compute scp my_user@10.97.25.64:/opt/myproject/myfile.txt "C:\myfolder" --zone=europe-west2-c --internal-ip
The source 10.97.25.64 is a VM instance hosted in GCP. I am trying to copy the file to my local machine "C:\myfolder".
But I always get error:
unrecognized argument --internal-ip
From the documentation, the --internal-ip is a valid argument. https://cloud.google.com/sdk/gcloud/reference/compute/scp. What did I do wrong?