Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP support #232

Merged
merged 27 commits into from
Oct 18, 2024
Merged

SFTP support #232

merged 27 commits into from
Oct 18, 2024

Conversation

sourcefrog
Copy link
Owner

@sourcefrog sourcefrog commented Dec 3, 2023

SFTP transport to archives

Uses Rust ssh2 crate

TODO

  • Make sftp a conditional feature
  • Default username, the same as the local username?
  • Mention in the docs
  • 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 sourcefrog marked this pull request as ready for review October 14, 2024 00:43
@sourcefrog sourcefrog merged commit 94f20ca into main Oct 18, 2024
34 checks passed
@sourcefrog sourcefrog deleted the sftp branch October 18, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access repository over SFTP transport
1 participant