ant-thomas / zsgx1hacks

Hacks for ZS-GX1 IP Camera and various Goke GK7102 based IP Cameras
368 stars 101 forks source link

Where to download and how to install curl #99

Open paus56 opened 5 years ago

paus56 commented 5 years ago

Help me find where to download and how to install the CURL for these cameras on the GK 7102 processor

bitfarmer commented 4 years ago

For your normal run-of-the-mill use you can use wget instead of curl. It gives you the same functionality! wget is part of the busybox install. These two are equivalent: wget -v -c URL curl -v -C - -O URL