Closed DavidVorick closed 8 years ago
Latest commits complete this PR, fixing the issue with uploading and enabling permanentDownloader
and adding the download
method.
Download progress should also be reported, do not merge until that is complete
Download progress is now logged, should be ready to merge
as the commit message suggests, this is incomplete.
I removed the part about the downloading entirely. I think the EOF errors were caused by using
io.CopyN
withrand.Reader
as the input, The logging in the renter job now has more context, the randfile uses code that should run much faster (and also grabs the Merkle root), but I've been unable to test it so far b/c I think my hosts were having trouble forwarding their ports.