-
Notifications
You must be signed in to change notification settings - Fork 138
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
Wip/yehudaa/added getfo function #179
base: master
Are you sure you want to change the base?
Wip/yehudaa/added getfo function #179
Conversation
This looks good but I had assumed from #94 that we wanted to write into existing file objects, that the caller provides, rather than in-memory ones. I am not sure about the advantage of having scp.py return a |
I just thought it'll be more simple to create the Regarding the second point, I just wanted to do the opposite of |
Why is the BytesIO object created inside the function rather then a file like object being passed into the function? I am currently using StringIO to read lines... |
I will add the option of supplying a BytesIO object in the function. |
I would like to see this functionality. Any progress? Thanks. |
It would be great to merge these commits. Any progress? Thanks |
Feel free to contribute, posting this kind of comments does not advance the patch. |
Added getfo and get_data functions to SCPClient, added tests, documentation in README