Kysic / webdavFileTree

Pure html/javascript example page to display the content of a remote webdav directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebDAVFileTree

html and javascript application able to display the content of a remote webdav directory on a html page, and upload or delete files.

Description

It's based on several existing tools :

Screenshot

Screen shot of WebDavShare interface

Compatibilty

Browsers

Mainly tested on firefox, compatible with chrome and internet explorer 11.

Webdav server

Tested with a webdav lighttpd server accessed through a apache reverse proxy, both on port 443. The apache server also host the html pages, so there is no cross domain request from client point of view.

License

GNU GPL v3 : https://www.gnu.org/licenses/gpl-3.0.html

About

Pure html/javascript example page to display the content of a remote webdav directory.


Languages

Language:JavaScript 88.6%Language:CSS 8.3%Language:HTML 3.0%