This is a tiny application to synchronize the shared files of your courses, projects and groups from DTU CampusNet to your personal computer. After configuration of your login and your courses, the application will be able to download the shared files of these courses with the same structure as online. Every time you re-run the downloader it will check for new versions of already downloaded files and of course download new files.
This is the GUI version, for the command line version for experienced users see the other repository.
Compiled Windows and Mac OSX versions can be downloaded here:
Windows Version: Copy it into your user folder. If you copy it into your C:\Programs\what\ever directory, you have to run it as admin.
Mac Version: Unzip and copy the folder 'CampusNetDrop' into your USER folder and start the application from there. Otherwise it will have some problems.
To run it from the source of this repository:
Download the source and run:
python CampusNetDrop.py
The code is Python 2.7

