downloader

command module
v0.0.0-...-93f2a7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: MIT Imports: 14 Imported by: 0

README

downloader

This program reads URLs and filenames from a text file and concurrently downloads the files. It supports custom retry counts, concurrency, timeout settings, and logs errors during the download process.

Features

  • Reads URLs and filenames from a text file for downloading.
  • Supports retrying downloads in case of temporary network failures.
  • Downloads files concurrently using multiple threads to optimize speed.
  • Generates error logs for failed download attempts.
  • Allows custom timeout settings to prevent indefinite blocking of requests.

Usage

git clone https://github.com/4lkaid/downloader.git
cd downloader
go build
./downloader -from demo.txt

License

This project is licensed under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL