WebDAV Server Pro on Windows Pc
Developed By: The Olive Tree
License: Free
Rating: 4,0/5 - 111 votes
Last Updated: April 18, 2024
App Details
Version |
1.17 |
Size |
1.2 MB |
Release Date |
February 03, 15 |
Category |
Tools Apps |
What's New: Material designBug fixing [see more]
|
Description from Developer: 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... [read more]
|
About this app
On this page you can download WebDAV Server Pro and install on Windows PC. WebDAV Server Pro is free Tools app, developed by The Olive Tree. Latest version of WebDAV Server Pro is 1.17, was released on 2015-02-03 (updated on 2024-04-18). Estimated number of the downloads is more than 1,000. Overall rating of WebDAV Server Pro is 4,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 111 users, 12 users had rated it 5*, 63 users had rated it 1*.
How to install WebDAV Server Pro on Windows?
Instruction on how to install WebDAV Server Pro on Windows 10 Windows 11 PC & Laptop
In this post, I am going to show you how to install WebDAV Server Pro on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...
Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.
[Note] You can also download older versions of this app on bottom of this page.
Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.
If this doesn't work on your PC, or you cannot install, comment here and we will help you!
Step By Step Guide To Install WebDAV Server Pro using BlueStacks
- Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
- Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
- Once installed, click "WebDAV Server Pro" icon on the home screen to start using, it'll work like a charm :D
[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more
[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.
How to install WebDAV Server Pro on Windows PC using NoxPlayer
- Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
- Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
- The installation process will take place quickly. After successful installation, you can find "WebDAV Server Pro" on the home screen of NoxPlayer, just click to open it.
Discussion
(*) is required
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.
Material design
Bug fixing