Get the embed code

Preview the embedded widget

Close
WebDAV Server

WebDAV Server

The Olive Tree

5,000 - 10,000 downloads

Add this app to your lists
View bigger - WebDAV Server for Android screenshot
View bigger - WebDAV Server for Android screenshot
View bigger - WebDAV Server for Android screenshot
View bigger - WebDAV Server for Android screenshot
With this application you can mount any directory on your phone, including memory card, as an unit on Windows or Linux. You can also use a WebDAV client to browse a phone directory.

This application has been tested using Windows8 Explorer (should also work with Windows7 but it will not work on WindowsXP) and WebDAV client bitkinex. You can download it from http://www.bitkinex.com/

You can find a lock setting to specify how the device should be kept awake while server is running. There are three modes available:
New locks used
*SCREEN_DIM_WAKE_LOCK : Existing mode. Screen is on so energy consumption is higher. Use this mode if connections is dropped.
*WIFI_MODE_FULL : New mode. Screen is off so device will use less energy while server is running but data connection can be dropped. It is not recommended to use this mode.
*WIFI_MODE_FULL_HIGH_PERF: New mode only available on Android >= 3.1. Screen is off so energy consumption should be less than in the first mode. This mode is recommended to save energy but you might find problems so you might to select default lock mode.

Landscape mode is only available in Pro version.

How to connect with WebDAV server using USB cable:

This can useful when you have USB cable and no network available.
1) On your phone go to Settings->Applications->Development and set option "USB debugging".
2) Connect your phone to your PC using USB cable.
3) Start adb server. On your PC run command "adb start-server".
adb is a program that you can find on android sdk. Usually you will find it on android-sdk\platform-tools\adb.
4) Forward needed ports from your PC to your phone. On your PC run command "adb forward tcp:8080 tcp:8080"
With this, any connection in your pc to 127.0.0.1:8080 will be forwarded to your phone in port 8080.
5) Run WebDAV server in your phone, open settings and in "Network interfaces" select "Loopback (127.0.0.1)"
6) Start WebDAV server.
7) In your PC connect your WebDAV client to http://127.0.0.1:8080 (port might be different, it depends on your WebDAV Server configuration).

Permissions needed:

INTERNET
ACCESS_NETWORK_STATE
ACCESS_WIFI_STATE

Network permission to enable server to open network communication with WebDAV clients.

WRITE_EXTERNAL_STORAGE

Enables WebDAV server write received files from WebDAV clients on sdcard.

WAKE_LOCK

Keeps phone wake only while server is running. If phone is not wake WebDAV server can not be accessed.

Problems with big files:

If you have problems handling big files it might be due to a limitation in Windows webdav client. You can try the following to increase the size of files that Windows webdav client is able to manage:

1) You have to turn on BasicAuth via regedit to allow accessing the App's server by username and password.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]
"BasicAuthLevel"=dword:00000002

2) You have to change Window's limit to file size when using the integrated WebDAV client.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]
"FileAttributesLimitInBytes"=dword:000f4240

3) Restart windows.

This allows file sizes up to 4 Gigabytes handled by the client.

Tags: webdav server android, webdav android server, free webdav server, webdav server free, webdav server loopback.

Recently changed in this version:

Mobile network ip fix.
Bluetooth ip added.
Add option to show/hide server configuration in main screen.


Lists with: WebDAV Server

Some lists where this application appears: LASTA.

Comments and ratings for WebDAV Server

  • (64 stars)

    by Peter Gaunt on 21/01/2013

    Excellent. Works fine on my Galaxy S2 with my Macs. Do not understand folks who say it won't mount the external SD card - works fine here.

  • (64 stars)

    by Jagadishwar Balla on 14/01/2013

    This works good for most part. I have some issues with this product. Photos and videos are not accessible as it doesnt mount extra sd card.When you change home directory, some times it doesn't work

  • (64 stars)

    by A Google User on 23/11/2012

    but it seems that you cannot use it for very large file (gb file)

  • (64 stars)

    by 毅敏 on 01/04/2012

    works great on my macbook.

  • (64 stars)

    by Blue on 15/03/2012

    Brill. Just what I was after. One feature would be handy though, a whitelist of wireless networks that the server will automatically start on.

  • (64 stars)

    by thor on 03/03/2012

    Simply works. Also, bonus points for documenting reason for required permissions, I wish other apps followed this.