v0.0.8
Release v0.0.8 From this release, scannig source files, establishing ssh connections, and coping files work asychronously. - Asynchronously scan source files: Copy threads can start coping files even scanning files have not finished yet. It is feasible when there are too many source files. - Adapting to MaxStartups: sshd limits the number of incoming (unauthenticated) ssh connections. Copy threads establish ssh connections with a semaphore, whose value is configured by -u MAX_STARTUPS option.