Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browser based WebDAV client?

Tags:

browser

webdav

Is there any good browser based WebDAV client? If not, is it possible to make one?

like image 914
codefx Avatar asked Jan 05 '10 15:01

codefx


People also ask

How do I access WebDAV server from browser?

Connecting to WebDAV Server Using Konqueror Browser To connect to WebDAV server using Konqueror, type the URL in the address field starting with webdav:// for HTTP or starting with webdavs:// for HTTP/SSL. You can also use Konqueror Location->Open Location menu.

Does Firefox support WebDAV?

Firefox isn't a WebDAV client, but it will interface with the Windows native WebDAV client to open up WebDAV shares.

What replaced WebDAV?

The two most commonly used alternatives to the WebDAV protocol are FTP and SFTP: FTP (File Transfer Protocol): Simple network protocol that allows the transfer of files in computer networks; can be combined with SSL/TLS (FTPS) for secure data traffic.

Is WebDAV still supported?

25, 2019, Box ended WebDAV support. This means you can still use the Web Distributed Authoring and Versioning protocol, but Box's support services will not resolve any issues concerning it.


1 Answers

Look at the AjaxFileBrowser from ITHit. Pretty slick, and has FireFox & Chrome PUT support for uploading. IE, drag-and-drop from your desktop to the browser. They have a fully functional demo site up at http://www.ajaxbrowser.com.

like image 52
jklemmack Avatar answered Sep 20 '22 13:09

jklemmack