summaryrefslogtreecommitdiff
path: root/libs/sftp/src/main/cpp/sftp.cpp
AgeCommit message (Collapse)Author
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-25Add libs:sftpJoel Klinghed
sftp implementation using libssh2 and openssl