This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Easy way is to navigate to the folder where your file/folders lie and then - | |
gcloud compute scp FILENAME sudevchirappat@gcmbox:"/home/sudevchirappat/" | |
#Note : change FILENAME to the file you need upload | |
#If an entire folder needs to be moved use the recursion flag. | |
gcloud compute scp --recurse FOLDERNAME sudevchirappat@gcmbox:"/home/sudevchirappat/" | |