Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • The result I get is javascript, suggesting you need javascript to get the data, which neither curl or wget would support directly. The page mentions https://www.articy.com/download/ad3/Setup_ArticyServer_Release_3.1.37.40510.exe which is probably what you actually want Commented Jul 22, 2022 at 12:35
  • Yes, exactly. Actually I already downloaded the file and did what I needed with it, but I'm writing a detailed guide and having a simple command to download the file would be nice. Sure, I can wget to that direct link, and that's what I did to get the file into my Linux server, but if the version changes I'm not willing to always keep the guide up-to-date with the latest url.
    – Deses
    Commented Jul 22, 2022 at 12:49
  • In the guide, you'll just have to tell people to go that page and let JS do the rest. Either that, or convince the site owners to have a static permaurl that redirects to the latest exe Commented Jul 22, 2022 at 12:52
  • According to the terms and conditions you are not allowed to distribute the software: "Such software may not be copied, adapted, translated, made available, distributed, modified, disassembled, decompiled, reverse engineered or combined with any other software". Absolutely proprietary. Why not simply link to the companies download page? That way you would avoid any involvement with their lawyers. Commented Jul 22, 2022 at 12:54
  • I'm not redistributing anything, @mashuptwice, I want to DOWNLOAD the file through command line. I think it's not hard to understand.
    – Deses
    Commented Jul 22, 2022 at 15:31