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