Solution
- You can read man scp to get more ideas on this.
scp -r
will copy recursively.
Example
If you are on the computer from which you want to send file to a remote computer:
Here the remote can be a FQDN or an IP address.
On the other hand if you are on the computer wanting to receive file from a remote computer:
scp can also send files between two remote hosts: