rsynk
rsynk copied to clipboard
rsync ssh server for JVM in Kotlin
Currently directory tracking is disabled
On application start in order to be able to download files those files should be added. After a restart the operation must be done once again. That can be a...
Currently to start rsynk one needs to pass both private and public parts of the ssh key. It's done so because apache sshd `KeyPairProvider ` designed in a way it...
Rsynk has some platform-dependent code such as retrieving file system information and reading all kinds of file information like owners, permissions, etc. To add windows we should add another implementation...