My version of CodiMD is: GWDG-Pad
What I expected to happen:
My boss wants me to find a solution, where I can download all reversions at once. He suggested I should try it with wget or curl.
What actually happened:
I don’t know how to get the reversion files through wget or cURL. Because I don’t know what URL to give the command as a parameter. The reversions are opened in a popup window.
I already tried:
To write into the terminal:
wget [the URL]/[the filename]
or
curl [the URL]/[the filename]
But all I get is the source code from that URL.