tris203 / disftp

FTP Implementation of Disbox
https://github.com/tris203/disftp
8 stars 2 forks source link

Uploaded data is uploaded locally first #13

Open tris203 opened 1 year ago

tris203 commented 1 year ago

Rewrite so it streams the data to the FTP server where it is chunked and uploaded as it goes

tris203 commented 12 months ago

This would also resolve #21

If we use streams properly for the upload