Closed sigboe closed 5 years ago
If you do Ctrl+C during download, making an unfinished download. Please clean up before exiting.
Or if you want to implement resuming downloads, maybe append .tmp to the file during downloads.
.tmp
Yeah, appending .tmp seems like a good idea. I'll add that soon.
This was added in commit da5f801f.
If you do Ctrl+C during download, making an unfinished download. Please clean up before exiting.
Or if you want to implement resuming downloads, maybe append
.tmp
to the file during downloads.