holzschu / ios_system

Drop-in replacement for system() in iOS programs
BSD 3-Clause "New" or "Revised" License
886 stars 145 forks source link

Add wget #125

Open hmsjy2017 opened 2 years ago

hmsjy2017 commented 2 years ago

With wget, downloading files can be much more convenient.

holzschu commented 2 years ago

Hi, wget is covered by the GPL, and the FSF position is that the GPL is incompatible with the AppStore rules.

We do have curl, however, and curl has the same functionalities as wget.