We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following on from #13, access the repository over SFTP, probably using https://docs.rs/ssh2/.
This is mostly implemented in https://github.com/sourcefrog/conserve/tree/sftp.
The code for this works in a branch, but not on the released version of SSH2, because of alexcrichton/ssh2-rs#251.
Releasing this in Conserve was blocked on alexcrichton/ssh2-rs#278, a new release of SSH2 that includes the fixes for readdir, but that is now fixed.
Still to do:
Alternatively, SSH could be supported based on https://docs.rs/openssh-sftp-client/latest/openssh_sftp_client/ and https://docs.rs/openssh/0.10.1/openssh/. That would
ssh
The text was updated successfully, but these errors were encountered:
There is now https://docs.rs/openssh-sftp-client/latest/openssh_sftp_client/ which might be more promising:
Sorry, something went wrong.
sourcefrog
Successfully merging a pull request may close this issue.
Following on from #13, access the repository over SFTP, probably using https://docs.rs/ssh2/.
This is mostly implemented in https://github.com/sourcefrog/conserve/tree/sftp.
The code for this works in a branch, but not on the released version of SSH2, because of alexcrichton/ssh2-rs#251.
Releasing this in Conserve was blocked on alexcrichton/ssh2-rs#278, a new release of SSH2 that includes the fixes for readdir, but that is now fixed.
Still to do:
Alternatively, SSH could be supported based on https://docs.rs/openssh-sftp-client/latest/openssh_sftp_client/ and https://docs.rs/openssh/0.10.1/openssh/. That would
ssh
.The text was updated successfully, but these errors were encountered: