coryrwest / B2.NET

.NET library for Backblaze's B2 Cloud Storage
MIT License
62 stars 33 forks source link

download and upload through streams #40

Closed michaellomonosov closed 3 years ago

michaellomonosov commented 4 years ago

problem with bigfile that all bytes in memory httpclient can write to stream directly

mattwelke commented 4 years ago

@michaellomonosov Looks like this might be related to https://github.com/coryrwest/B2.NET/issues/6.

coryrwest commented 4 years ago

File uploading can now be done with streams. Large Files are next.

coryrwest commented 3 years ago

remaining work will be done on https://github.com/coryrwest/B2.NET/issues/43