🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

hydr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydr

🐲 download files faster using multiple http requests, just like hydra!

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

hydr

🐲 download files faster using multiple http requests, just like hydra!

installation

cli

install globally from npm registery

npm install -g hydr

or clone this repository & build manually

git clone https://github.com/maythiwat/hydr.git
cd hydr
npm run build .
npm install -g . 

module

to use this module in your project

npm install hydr
# or: yarn add hydr

usage

cli

  • help (--help) - show help
hydr --help
  • version (--version) - show version number
hydr --version
  • chunks (-c, --chunks) - number of split chunks
hydr -c <number of chunk>
  • delay (-d, --delay) - add delay per chunks (in ms) [default = 100]
hydr -d <time in ms>
  • timeout (-t, --timeout) - timeout per chunks download (in ms, 0 = forever) [default = 0]
hydr -t <time in ms>
  • retry (-r, --retry) - max retries on chunks download timeout
hydr -r <amount>
  • outFile (-o, --outfile) - save output file name
hydr -o <filename.extension>

Keywords

cli

FAQs

Package last updated on 18 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts