Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

henryhchchc/SUSTechSakaiSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUSTech Sakai Sync

Sakai resource sync client for SUSTech

Configuration file

You should place a configuration file named SyncConfig.xml at the same place of the startup location.

which contains

<?xml version="1.0" encoding="utf-8" ?>
<SyncConfig UserName="your sid" Password="your password">
  <Resource ServerRoot="/dav/49c4f300-50cb-45d6-xxxx-f3efdb2a8732"
            LocalRoot="D:\CS307 Database">
    <Excludes>
      <Item>/tools/</Item>
    </Excludes>
  </Resource>
  <Resource ServerRoot="/dav/xxxx"
            LocalRoot="D:\CLE004 EAP A2">
  </Resource>
  <Resource ServerRoot="/dav/xxx"
            LocalRoot="D:\CS102A Java">
  </Resource>
</SyncConfig>

For bugs and suggestions

Please open an issue.

About

Sakai resource sync client for SUSTech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages