Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0zgen/urloader
- Owner: m0zgen
- Created: 2024-11-10T10:42:57.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T10:51:02.000Z (2 months ago)
- Last Synced: 2024-11-10T11:29:31.516Z (about 2 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```