conserve icon indicating copy to clipboard operation
conserve copied to clipboard

SFTP support

Open sourcefrog opened this issue 2 years ago • 0 comments

SFTP transport to archives

Uses Rust ssh2 crate

TODO

  • [x] Make sftp a conditional feature
  • [x] Default username, the same as the local username?
  • [x] Mention in the docs
  • [x] Doc that only agents are supported for auth, or support more auth methods

Later

  • Integration test that either needs real SSH creds, or that sets up an SSH server. (Might be a bit of work.)

Fixes #83

sourcefrog avatar Dec 03 '23 15:12 sourcefrog