Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chickendrop89/sourceforge-folder-downloader

A SourceForge folder downloader for bash shell
https://github.com/chickendrop89/sourceforge-folder-downloader

bash curl downloader sourceforge sourceforge-downloader

Last synced: about 6 hours ago
JSON representation

A SourceForge folder downloader for bash shell

Awesome Lists containing this project

README

        

# sourceforge-downloader

A folder/file SourceForge downloader for the linux shell

## Usage:
```shell
sf-downloader.sh [output directory]
```

---

- ` sourceforge folder url`
- example: `https://sourceforge.net/projects/orangefox-device-xiaomi-tapas/files/2023-12-09`

- `[optional] output directory`
- example: `orangefox-tapas`

## Note:
- POSIX shell variants (like `dash`) might not work correctly with this script due to their missing features.
- `bash/ksh/zsh/busybox-ash` are confirmed to work.