Malcolm Hunter schrieb:
Hi, I'm trying to get the download option working (get_binary in the code). This seems to work successfully for the first time you download. However, any subsequent downloads only create a zero-sized file. Is this a known bug? The similar function (get_config) works flawlessly but obviously doesn't work with binary files. Kind regards, Malcolm
Hi, I have solved this problem with commenting out the line 1975 in hobbitd.c: /* add_filecache(fullfn, result, st.st_size); */ and recompiling it. Regards, Alex