Skip to content

A Simple SourceForge folder downloader for the linux shell

License

Notifications You must be signed in to change notification settings

chickendrop89/sourceforge-folder-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

sourceforge-downloader

A folder/file SourceForge downloader for the linux shell

Usage:

sf-downloader.sh <sourceforge folder url> [output directory]

  • <required> 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.