summaryrefslogtreecommitdiff
path: root/libs/sftp/build.gradle.kts
AgeCommit message (Collapse)Author
2024-11-09sftp: add single merge tests for both local <-> sftp and sftp <-> localJoel Klinghed
Had to fixup the symlink code in Sftp, most importantly add a PathUtils relativeTo to fixup relative links.
2024-11-05Suppress unstable/incubating warnings in gradle filesJoel Klinghed
Too many useful things are "Incubating"
2024-09-25samba & sftp: Share path utils methodsJoel Klinghed
Add tests for them, and add basename, currently unused, for completeness
2024-09-25Add libs:sftpJoel Klinghed
sftp implementation using libssh2 and openssl