File Transfer Tips#
Tip
scp is super slow due to cryptographic overheads, always use rsync in favour of scp.
rsync usage reference: How To Use Rsync to Sync Local and Remote Directories
Tip
There are other ways to make file transfer over network even faster:
Refer to: Fast way to copy a large file on a LAN