summaryrefslogtreecommitdiff
path: root/libs/sftp
AgeCommit message (Collapse)Author
2024-10-23Update OpenSSL to 3.4.0Joel Klinghed
2024-10-16Update libssh2 to 1.11.1Joel Klinghed
2024-10-14Add path to LinkJoel Klinghed
It's implementation specific if path is relative or absolute but it contains the link target. Especially useful for NoTarget.
2024-10-14Add tests for create dir/file/link that already existsJoel Klinghed
Fix implementations to work as expected (that createDirectory/File/Link fails if an entry with that name already exists).
2024-09-25sftp: Use val when possibleJoel Klinghed
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