| Age | Commit message (Collapse) | Author |
|
Handles the docker start and stop and all that. Useful for adding
more tests that use a sftp instance.
|
|
If no fingerprint is stored -> save whatever the server gives
If a fingerprint is stored -> error if fingerprint does not match
|
|
Tests switch between password authentication and private key
authentication depending on the hash of the method name.
It's a fairly even spread.
Update the docker config, it never wanted a pem file, it wanted
a ssh-rsa format public key.
|
|
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
|