Skip to content

KS2-FR/KS2.Drive

Repository files navigation

KS2.Drive

This software allows you to mount a webDAV / AOS server as if it was a local HDD.

It is similar to what webdrive© or netdrive© do.

The software is intented to be used in conjunction with Alfresco ECM (and tested as such) but should work with any webDAV server. As every WebDAV implementation is different, should you encounter an issue with a specific webDAV server, please report here.

Usage :

  • Download the setup program for KS² Drive (https://github.com/KS2-FR/KS2.Drive/releases)
  • Run KS2Drive.exe
  • Configure the server :
    -> Enter the Webdav/AOS URL of the server
    -> Select the protocol (Webdav or AOS)
    -> Enter your credentials
  • Hit "SAVE"
  • Right-click on the icon loaded in the notification area and select "MOUNT"

Note : AOS is a kind of webDav protocol implemented in Alfresco ECM (http://docs.alfresco.com/5.0/concepts/aos-intro.html)



Based on WinFSP by Bill Zissimopoulos (https://github.com/billziss-gh/winfsp)
Based on the WebdavClient library by Sagui Itay (https://github.com/saguiitay/WebDAVClient)