if i want to mount remote folders in my mac and use them as a local one, should i use webdav over ftp?

basically, i have read that webdav is better than ftp (old protocol).

does this mean that i should never use ftp and only webdav?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

I'd be inclined to use nfs or samba or afp - a protocol intended for network file shares and remote mounts, rather than ftp which is meant for file transfer.

You might also consider sshfs.


Update: I found http://en.wikipedia.org/wiki/WebNFS today, and that may also be of use in your search.

link|improve this answer
how are the above mentioned protocols compared to webdav? – ajsie Apr 5 '10 at 18:02
well, based on the wikipedia article (en.wikipedia.org/wiki/WebDAV), WebDAV is a tool that sits on top of http for file editing. So it doesn't run over ftp at all, from what I've read. – warren Apr 6 '10 at 12:14
feedback

WebDAV is more favourable, because it is based on http/https. Most private and corporate networks will work without having to change any firewall settings etc.

link|improve this answer
feedback

The Mac Finder can mount a WebDAV share as a file system and makes a remote WebDAV server appear as a local disk. WebDAV is also designed to be secure over the internet and can use secure (HTTPS) connections.

I recommend installing an easy to use WebDAV server that provides a web based gui for managing users and privileges. Take a look at BarracudaDrive: http://barracudaserver.com/products/BarracudaDrive/

The Mac Finder WebDAV tutorial: http://barracudaserver.com/products/BarracudaDrive/tutorials/WebDAV-Mac-Finder.lsp

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.