Is there a way to transfer big files (over 2 GB) between google cloud VM instances without downloading and then uploading?
Asked
Active
Viewed 1,531 times
3
-
You can use ```SCP``` command. See http://stackoverflow.com/questions/343711/transferring-files-over-ssh – ryush00 Jul 31 '16 at 06:46
-
Agree, it's not a Google Cloud specific question, but a general Linux file transfer. – Dagang Aug 03 '16 at 05:46
-
I understand I can use `SCP` to transfer files between two computers, but I am curious is there a better way to deal with this data collection. – SimonInNYC Aug 03 '16 at 16:56