Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 334 Bytes

dlrs

A small and simple program to download things, similar to wget or curl (but much simpler). Written in Rust.

This repository is not currently maintained.

Features

  • downloading from http or ftp to stdout or a local file.

Usage

Usage: dlrs url [outfilename]
If no outfilename is given, will download to stdout