Rsync

Using Rsync: Create a directory and copy 5 files to it (ie. touch file{1..5} ). Use rsync to copy these files to your remote machine. After you have copies these files create 5 more files in the same directory (ie. touch{6..10} ) and copy the contents of the whole directory to the remote machine. Note: […]