michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

WebDAV file system plug-in to MacFusion #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Consider, for example, an experience reported at 
<irc://irc.freenode.net/#macnytt>: 

> was copying 450 MB of small files, and at file #4700 
> Finder said "an error occurred" and refused to complete the copying :)

> it would have been nice to just be able to skip that file, but alas, no.

So, users may benefit from a WebDAV plug-in to MacFusion. 

Nothing WebDAV-related at 
<http://fuse.sourceforge.net/wiki/index.php/FileSystems> 
but at <http://dav.sourceforge.net/> I find 
WebDAV Linux File System (davfs2)

> davfs2 runs as a daemon in userspace. It uses the kernel file system
> coda or fuse. Most propably your Linux kernel includes at least one of
> this file systems. To connect to the WebDAV server it makes use of the
> neon library. Neon supports TLS/SSL (using OpenSSL or GnuTLS) and
> access via proxy server.

Whilst Goliath <http://www.webdav.org/goliath/> is neither recent nor 
FUSE-related, I found 
that Goliath tended to succeed where Finder failed, so there may be some useful 
information in 
and around the area. GNU General Public License, version 2.0 or above.

Original issue reported on code.google.com by grahampe...@gmail.com on 23 Jun 2007 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by grahampe...@gmail.com on 23 Jun 2007 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by grahampe...@gmail.com on 23 Jun 2007 at 7:36

GoogleCodeExporter commented 8 years ago
Finder refuses to store a cookie for webdav and as  result is very resource 
intensive
on some webdav servers. One would hope davfs does better.

Original comment by Drew.Ste...@gmail.com on 26 Jun 2007 at 5:12