Is there a way to transfer files directly from a Mac to another using only Terminal? Perhaps using SSH?
|
feedback
|
|
Yes, you can use scp , which basically cp over ssh. It can work either way also, so:
or
The first command would copy a file to the remote machine, the second would copy a file from the remote to the local. The syntax is | |||||
feedback
|
|
The | |||||
feedback
|
|
| |||
|
feedback
|