Closed abma closed 7 years ago
before downloading it should be checked if enough disk space is available
https://springrts.com/mantis/view.php?id=5711
https://stackoverflow.com/questions/3992171/how-do-i-programmatically-get-the-free-disk-space-for-a-directory-in-linux
https://stackoverflow.com/questions/51658/cross-platform-space-remaining-on-volume-using-python
the returned value seems to work on windows + linux: can be added to check if enough space is available BEFORE downloading (+ some additional space)
before downloading it should be checked if enough disk space is available
https://springrts.com/mantis/view.php?id=5711