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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
968663b
Basic readonly sftp
sourcefrog May 2, 2022
4f93f1f
Use tracing for sftp debug info
sourcefrog May 2, 2022
6d46265
Better todo messages
sourcefrog May 2, 2022
3951fd2
Try for better SSH error reporting
sourcefrog May 2, 2022
aa4fcda
Clear RUST_LOG when running test subprocesses
sourcefrog May 2, 2022
f834832
SFTPTransport::lstat error handling
sourcefrog May 2, 2022
2626b18
Sftp object does not need external locks
sourcefrog May 2, 2022
2284013
sftp create_dir and write_file
sourcefrog May 2, 2022
ec4f1e4
Use pushed ssh2-rs to avoid short readdir buffer problem
sourcefrog May 3, 2022
3b021cf
Add SftpTransport::metadata
sourcefrog May 4, 2022
9a0a5f1
Stop iterating index hunks after first reaching the end
sourcefrog May 13, 2022
da64af7
sftp mkdir "FAILURE" might just mean it exists
sourcefrog May 13, 2022
f15011d
More trace during
sourcefrog May 13, 2022
fd992ef
refactor
sourcefrog May 13, 2022
caf776c
Use ssh2-rs from upstream git
sourcefrog Oct 13, 2022
f328a07
Update to released ssh library
sourcefrog Dec 3, 2023
9afb00c
merge main
sourcefrog Dec 3, 2023
9ad5614
rm unused SshError
sourcefrog Dec 3, 2023
8e408b4
Merge branch 'main' into sftp
sourcefrog Dec 3, 2023
1e1b63c
Merge branch 'backup-content-unchanged' into sftp
sourcefrog Dec 3, 2023
5825d86
Merge remote-tracking branch 'origin/main' into sftp
sourcefrog Oct 13, 2024
ae2a1cb
Update s3 tests for API changes
sourcefrog Oct 13, 2024
8f8c132
Make sftp optional
sourcefrog Oct 14, 2024
0365c19
Mention sftp in README
sourcefrog Oct 14, 2024
e64f8e4
Short doc about SFTP
sourcefrog Oct 14, 2024
1824671
Default to local user username for SFTP
sourcefrog Oct 14, 2024
85b4ce0
Merge remote-tracking branch 'origin/main' into sftp
sourcefrog Oct 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
237 changes: 230 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading