vle-forge / vle

Virtual Laboratory Environment
http://www.vle-project.org
GNU General Public License v3.0
21 stars 22 forks source link

Using remote install from Windows #357

Closed rtrepos closed 5 years ago

rtrepos commented 5 years ago

An error occurs when using the remote install from gvle on Windows (Win10). The tar.bz2 dowmloaded before extraction is only 1ko (instead of 30ko).

quesnel commented 5 years ago

Adding -L seems to close this issue:

According to the curl documentation, if the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place.