| Age | Commit message (Collapse) | Author |
|
|
|
Had to fixup the symlink code in Sftp, most importantly add a PathUtils
relativeTo to fixup relative links.
|
|
If no fingerprint is stored -> save whatever the server gives
If a fingerprint is stored -> error if fingerprint does not match
|
|
Let ssh2 derive the public key from the private key. Much easier.
|
|
It's implementation specific if path is relative or absolute but
it contains the link target. Especially useful for NoTarget.
|
|
Fix implementations to work as expected
(that createDirectory/File/Link fails if an entry with that name
already exists).
|
|
|
|
Add tests for them, and add basename, currently unused, for completeness
|
|
sftp implementation using libssh2 and openssl
|