Partage de documents
From Freehackers
The goal is to find a simple, yet powerful, way to share documents withing a small team, using both linux and windows.ows.
Contents |
[edit] Disconnected
[edit] cvs/svn
There are very good clients under both windows and linux. Well integrated into windows explorer (tortoise) Used by Bluebird
[edit] webdav
Almost the ideal solution, works great under linux, but not under windows :( IE support for webdav is very bad.
[edit] scp + http/webdav (.htpasswd)
Using a good scp client (windows : winscp, linux : kde fish protocol), this is ok. Used by orzel.
[edit] Connected
[edit] Samba
Heavy, doesn't protect from locking/erasing.
[edit] Nfs
Heavy, doesn't work under windows, no way to protect from erasing. Can't really be used through internet or vpn.