Skip to content

INetGet v1.02 (2018-03-31)

Latest
Compare
Choose a tag to compare
@lordmulder lordmulder released this 31 Mar 16:31
· 3 commits to master since this release

image

Changelog

  • All blocking I/O operations have been moved to separate "worker" threads in order to make the application more responsive.
  • Added "update" mode, i.e. re-download the existing file only if the server provides a newer version. Enable with --update option.
  • Added --set-ftime option to set the local file's "LastWrite" time-stamp to the "Last-Modified" time provided by the server.
  • Incomplete or failed downloads are now removed by default. You can use the --keep-failed option to retain incomplete files.
  • Added options --range-off and --range-end to specify the byte range (offset and end address) to be downloaded.