-
Notifications
You must be signed in to change notification settings - Fork 31
/
README.txt
12 lines (10 loc) · 1.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
CanvasSync helps students automatically synchronize modules, assignments & files located on their institutions Canvas web server
to a mirrored folder on their local computer. It traverses the folder hierarchy in Canvas from the top course level down to individual
items and creates a similar folder structure on the local computer.
First, CanvasSync creates a folder hierarchy on the local computer reflecting the 'Modules' section on the Canvas server.
Files are stored in folders such as ../CanvasFolder/Course/Module/SubFolder/file.txt. Both regular files, links to external
web pages as well as Canvas 'Pages' (HTML pages) representing assignments etc. may be downloaded. In addition, CanvasSync
may download Canvas Assignments along with all linked files that can be found in the description of the assignment. Both
files stored on Canvas as well as external files will be detected.
Lastly, all files that do not fall into the above categories are downloaded and stored in the 'Various Files' folder.
See https://github.com/perslev/CanvasSync for additional info and source code.