-
Notifications
You must be signed in to change notification settings - Fork 494
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
new feature: Implement SSH backend for opendal #4999
Comments
We have discussed this before: #2643. Are they the same cases? |
Yup i think they are duplicated, ty for reminding |
After a deeper look i think it is not exactly the same. Scp is for single file transfer while ssh could be mulitple data transfer through a single connection. |
How does SSH transfer data? |
I think mainly use sftp, is there a way to support sshfs using sftp? I think we could move this in another discussion. |
Feature Description
With ssh backend, we can have an ofs equivalent for sshfs, which should be high performance and a useful usecase for opendal
Problem and Solution
N/A
Additional Context
No response
The text was updated successfully, but these errors were encountered: