-
Notifications
You must be signed in to change notification settings - Fork 517
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
feat(services/sftp): support copy and read_seek #2267
Conversation
Signed-off-by: silver-ymz <[email protected]>
Signed-off-by: silver-ymz <[email protected]>
Signed-off-by: silver-ymz <[email protected]>
Return an error when call |
We will handle this in general in the future, for example, check capability before calling. |
Signed-off-by: silver-ymz <[email protected]>
Current implementation is to return an error of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
And may I ask is there anything else need to do about sftp? I think all available features have done. |
I guess we don't need to do more until we have user's feature request. |
Update:
SftpBuilder
to make user provide info about remote server extensionopenssh-sftp-client
version to 0.13.5 to fix the bug ofAsyncSeek
read_can_seek
inCapability