Examples for writing large files in append mode
Closed this issue · 1 comments
rajdeeprath commented
Hello,
Thank you very much for your hard work on this. I am testing things with aiofile to see if i can write a large file (might go up to 400-500mb) from a continuous data stream in append mode. I can't seem to find an example of writing a large file in append mode using aiofile in pypi or readme. Can you please point me to an example?
mosquito commented
https://github.com/mosquito/aiofile#write-and-read-with-helpers <https://github.com/mosquito/aiofile#write-and-read-with-helpers> this example should work as well. If you want to write binary data you use "wb" mode.
… On 17 Sep 2020, at 13:19, Rajdeep Rath ***@***.***> wrote:
Hello,
Thank you very much for your hard work on this. I am testing things with aiofile to see if i can write a large file (might go up to 400-500mb) from a continuous data stream in append mode. I can't seem to find an example of writing a large file in append mode using aiofile in pypi or readme. Can you please point me to an example?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#44>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGBTFMYZ3UNDL5YJ7OWVFLSGHPEVANCNFSM4RQGRQZA>.