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

new feature: Implement SSH backend for opendal #4999

Closed
xyjixyjixyji opened this issue Aug 13, 2024 · 5 comments
Closed

new feature: Implement SSH backend for opendal #4999

xyjixyjixyji opened this issue Aug 13, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@xyjixyjixyji
Copy link
Contributor

xyjixyjixyji commented Aug 13, 2024

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

@xyjixyjixyji xyjixyjixyji added the enhancement New feature or request label Aug 13, 2024
@Xuanwo
Copy link
Member

Xuanwo commented Aug 13, 2024

We have discussed this before: #2643. Are they the same cases?

@xyjixyjixyji
Copy link
Contributor Author

Yup i think they are duplicated, ty for reminding

@xyjixyjixyji
Copy link
Contributor Author

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.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 13, 2024

ssh could be mulitple data transfer through a single connection.

How does SSH transfer data?

@xyjixyjixyji
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants