I've read this popular question here on the site:
How to copy a large number of files quickly between two servers
most answers suggest methods which only utilize a single network connection for the file transfer.
Now, suppose "fairness" to other users does not matter (e.g. I'm copying out of work hours.
How can we leverage multiple connections to improve the transfer speed?
Please suggest concrete solutions.
My personal experience seems to indicate that single-connection file transfers often do not utilize the full bandwidth (supposedly) available on a network, especially a LAN. But - maybe this is just an urban legend?
Note: My particular interest is copying between Linux systems, of multiple files, most of which are quite large - in case that has bearing on your answer.