Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/urloader

⚙️ Download file from URL and save to Target
https://github.com/m0zgen/urloader

Last synced: about 2 months ago
JSON representation

⚙️ Download file from URL and save to Target

Awesome Lists containing this project

README

        

# URLOADER

Just pass `-url` and `-save_path`
to the program and it will download the file to the specified path.

## Usage

```shell
./urloader -url=https://example.com/file.txt -save_path=/path/to/file.txt
```