WebDAV Server Pro Application icon

WebDAV Server Pro 1.17

1.2 MB / 10+ Downloads / Rating 4.0 - 111 reviews


See previous versions

WebDAV Server Pro, developed and published by The Olive Tree, has released its latest version, 1.17, on 2015-02-03. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.0, based on 111 reviews.

WebDAV Server Pro APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.theolivetree.webdavserverpro

Updated: 10 years ago

Developer Name: The Olive Tree

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing WebDAV Server Pro on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.0
Total 111 reviews

Reviews

5 ★, on 2020-06-24
APP ISN'T WORKING PROPERLY! App is crashing continuously whenever I am trying to select a custom folder. Apart from this problem, this app is one of my most favorite apps. I am giving 5 Star to encourage the developer to update it and fix the serious issues. Thank you!

3 ★, on 2019-01-10
I have initailly used the trial verson and then I have bought the Webdav Server Pro and i am quite satisfied with your application. I am facing one issue that i am not able to access memory card instead of direct accessing memory card we can access only "Storage/Xxxxxxx/Android/data/com.olivetree.webdavserverpro/files". Also we can not customise home directory. We want to access "Storage/Xxxxxxx".

4 ★, on 2020-04-15
Works great to this day. The widget icon, however, is 2x2 for absolutely zero reason. It should be 1x1.. it's an icon and should be icon sized.

5 ★, on 2019-01-11
Have used this app for years to sync, and to put photos & documents onto 2 different phones. More reliable than when cable connected.

5 ★, on 2020-02-22
Idk about you, but this is still the easiest and most reliable way I have found to share files between devices

3 ★, on 2018-12-12
When selecting ext SD card as home directory, Windows says the folder is empty.

Previous Versions

WebDAV Server Pro 1.17
2015-02-03 / 1.2 MB / Android 2.3+

About this app

With this application you can mount any directory on your phone, including memory card, as a drive 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/

Special thanks to: Beatriz Vera, Peter Ulrich, Gabor Fodor, Manuela Merino García and Anna Rainieri.

Implemented Intents
com.theolivetree.webdavserver.StartWebDavServerPro
com.theolivetree.webdavserver.StopWebDavServerPro

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.

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.

New features

Material design
Bug fixing