WebDAV

I needed to upload some docs to our Document Library today, so I decided to give WebDAV a try instead of uploading each document one by one. I heard that our WebDAV implementation was buggy, so I wasn't looking forward to it, but I thought i'd give it a try anyways.

To my pleasant surprise, it worked pretty well! There were a few catches, I wasn't sure what to put in for my username and I wasn't able to create new folders, but I was able to bulk upload my documents! (For those of you who are interested, the username is the numeric User ID.)

Here's our wiki on WebDAV:
http://wiki.liferay.com/index.php/Accessing_the_Document_Library_with_WebDAV#How_to_Login

All that we have to do now is allow users to create new folders, and WebDAV will be really good!

ブログ
I use dav.sourceforge.net to mount webdav in Ubuntu

sudo apt-get install davfs2
sudo mount -t davfs http://localhost:8080/tunnel-web/secure/webdav/liferay.com/joebloggs/image_gallery /media/webdav

The mounted directory is read-only, I can copy but I cannot write image or douments
You can use any of:

- emailAddress
- userId (you need to format it like so '[userId]@uid')
- screenName (you need to format it like so '[screenName]@sn')

Don't try to embed any of these in the url, only do this from the u/p dialog, because urls break when they have two @ signs

i.e. http://my@email.tld:password@localhost/tunnel-web/secure/webdav/... won't work

Also, in Ubuntu, install 'gnome-user-share'

]$ sudo apt-get install gnome-user-share

and you can use this url directly from Nautilus to access webdav:

dav://localhost:8080/tunnel-web/secure/webdav/liferay.com
Thank you, Ray Augé, Nautilus is better than davfs.

By the way, now I tell everyone how to type French special characters in US keyboard at GNOME environment.

System -> Preferences -> Keyboard -> Layout Options -> Compose Key (I use my left WINDOWS key)

Then I can type é by typing Windows key+' and e.

Reference: http://ubuntuforums.org/archive/index.php/t-329656.html
Access from Desktop
Files and folders can be managed directly from the file explorer of your desktop operating system. Read more.

WebDAV URL

http://localhost:8080/webdav/documentation/document_library/images
i have wroking in ubuntu
1)server (
webdav://localhost:8080/webdav/documentation/document_library/images)port (80)
2)type webdav http
3)floder----
4)username----Liferay server login
5)password ---Liferay server password
i did this one ,but not wroking
plz help me any one