Skip to main content
edited title
Link
spikey_richie
  • 9.1k
  • 2
  • 27
  • 48

Downlad Download from a redirect using wget or curl

Source Link
Deses
  • 250
  • 1
  • 6
  • 18

Downlad from a redirect using wget or curl

I want to download something from https://www.articy.com/en/downloads/server/. The link I have to click to download the file is https://www.articy.com/download/articyserver3.

I tried using curl -OJL https://www.articy.com/download/articyserver3 and wget -c --content-disposition https://www.articy.com/download/articyserver3, but I'm not getting the exe I need.

I know this has been asked countless times, but I haven't been able to figure this one out. Thank you for your help!