Better handling of small file transfers
Transferring a bunch of small files in batch over FTP / SFTP is pretty awful. It doesn't appear to have to do with connection speed, it seems to be about the protocol overhead of transferring a single file. Is it possible to do something such as pipe the files through the 'tar' command or similar in order to transfer bulk groups of small files faster?