https://github.com/neo0player/downlib
Downlib is a library for downloading, copy and move files and dirs using various utilities
https://github.com/neo0player/downlib
curl dockerfile download downloadlib lib makefile script sh shell wget
Last synced: 11 months ago
JSON representation
Downlib is a library for downloading, copy and move files and dirs using various utilities
- Host: GitHub
- URL: https://github.com/neo0player/downlib
- Owner: neo0player
- License: other
- Created: 2024-12-14T16:30:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T21:02:00.000Z (about 1 year ago)
- Last Synced: 2025-03-20T14:43:24.005Z (11 months ago)
- Topics: curl, dockerfile, download, downloadlib, lib, makefile, script, sh, shell, wget
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# **Downlib**
### **Downlib** is a library for
### downloading, copy and move files and dirs
### using various utilities
## Help
```sh
make help
```
## Examples
- ### Download with rsync
```sh
downlib_rsync "user@remote:/path/to/dir" "/local/path" "-avz" "your_pass"
```
- ### Download with aria2c
```sh
downlib_aria2c https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.4.tar.xz out/dl
```
- ### Download with wget (use args)
```sh
downlib_wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.4.tar.xz out/dl "-q"
```
## License
Downlib is released under the MIT License. See [LICENSE](LICENSE.md) for more details