Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pure HTML WebDAV client

Tags:

html

webdav

Are there open-source pure client-side HTML/CSS/JS webdav clients out there that provide a decent user interface for browsing a remote webdav file system, as well as upload and download?

like image 957
Lorin Hochstein Avatar asked Apr 05 '12 14:04

Lorin Hochstein


1 Answers

Free WebDAV client solutions :) .

BeeHub - Fully featured client and server

  • src: https://github.com/sara-nl/js-webdav-client
  • doc: http://sara-nl.github.io/js-webdav-client/
  • Refer to the unit tests for code examples:

  • Designed to work with BeeHub - You can find BeeHub source here.

MORE

  • https://github.com/aslakhellesoy/webdavjs
  • https://github.com/frsela/jsDAVlib
  • https://github.com/xstefanox/Carcass
  • https://github.com/svogler/jsdavclient
  • https://github.com/Kysic/webdavFileTree
like image 120
Tony O'Hagan Avatar answered Oct 28 '22 10:10

Tony O'Hagan