Close the file before calling stop callback to let cb to do file modifications like renaming.
The autodownload tries to rename the file on stop callback which is impossible because of the open state of the file.
Edited by Julien Wadel
The autodownload tries to rename the file on stop callback which is impossible because of the open state of the file.