Download raw body.
got rm trim dirs
> Just one more before we revert to something like the first patch. Using > scandir, we can avoid the race as we iterate the directories. But, > perhaps this operation is too expensive on large dirs, since there would > be a lot of malloc and freeing for each file. I suspect mallocs and frees will be lost in the noise of actually accessing the file system.
got rm trim dirs