Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the command line tool is configured you can automate the process by scheduling a task in Windows to invoke it at the required date and time.

Configuration Options

  1. bufferSize - The download buffer size (in kilobytes). Defaults to 16 kilobytes. Reducing may help avoid timeout issues. Increasing can improve download speed.

    Code Block
    titleBuffer Size
    <!--Set the download block size. Default set to 16k bytes -->
    <add key="bufferSize" value="16"/>


  2. maxRetry - How many times to retry a download that is failing. Defaults to 3.