Theowoll

Results 2 issues of Theowoll

**Is your feature request related to a problem? Please describe.** There is no method to move downloaded files to a new location. **Describe the solution you'd like** - Add an...

type: new feature
sdk dependent

I have to use the gcc -D_FILE_OFFSET_BITS=64 flag to make it work for big files on a 32 bit machine. I also replaced printf("%s: %08llx\n", filename, pos); by printf("%s: %016llx\n",...