WebDav Server APK for Android Download

1.17
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.
3.5/5 Votes: 855
Developer
The Olive Tree
Updated
Feb 2, 2015
Version
1.17
Requirements
2.1
Downloads
100,000+
Get it on
Google Play
Report this app

Description

WebDav Server APK for Android Download

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.StartWebDavServer
com.theolivetree.webdavserver.StopWebDavServer

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-sdkplatform-toolsadb.
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).

More APK

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_MACHINESYSTEMCurrentControlSetservicesWebClientParameters]
“BasicAuthLevel”=dword:00000002

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

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesWebClientParameters]
“FileAttributesLimitInBytes”=dword:000f4240

3) Restart windows.

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

FAQs

What is a WebDAV server, and why do I need it on my Android device?

A WebDAV server is a software application that enables you to create a file server on your Android device. With a WebDAV server, you can remotely access, upload, download, and manage files stored on your device from any compatible client, such as a computer or another mobile device. It provides a convenient way to share files, collaborate with others, and access your important documents on the go.

How can I download the WebDAV Server APK for Android?

To download the WebDAV Server APK for Android, you can visit the Google Play Store or other trusted app repositories. Simply search for “WebDAV Server” in the search bar, locate the official application, and click on the “Download” or “Install” button to initiate the installation process. Make sure to grant the necessary permissions during the installation, and you’ll be ready to start using the WebDAV Server APK on your Android device.

Is the WebDAV Server APK compatible with all Android devices?

The WebDAV Server APK is compatible with most Android devices running Android version 4.0 (Ice Cream Sandwich) and above. However, it’s always recommended to check the application’s system requirements and compatibility information on the official app store page before downloading to ensure compatibility with your specific device.

How secure is the WebDAV Server APK for Android?

The WebDAV Server APK for Android emphasizes security to protect your data. It supports encrypted connections using SSL/TLS protocols, ensuring that your files are transmitted securely over the network. Additionally, you can set up user authentication and access control to restrict access to authorized individuals, providing an extra layer of protection for your sensitive files and documents.

Can I access my WebDAV server from a computer or other mobile devices?

Absolutely! The WebDAV Server APK for Android enables you to access your server from any device with WebDAV client support. This includes computers (both Windows and macOS) and other mobile devices (iOS, Windows Phone, etc.). You can use popular file managers or dedicated WebDAV client applications to connect to your server and manage your files seamlessly across different platforms.

What are some key features of the WebDAV Server APK for Android?

The WebDAV Server APK for Android offers a range of features to enhance your file management experience. Some notable features include:

  • Easy file and folder sharing: Share files and folders with others by providing them with the necessary access credentials.
  • File upload and download: Upload and download files directly to/from your Android device remotely.
  • File and folder management: Create, delete, rename, and move files and folders using a WebDAV client.
  • SSL/TLS encryption: Securely transmit your data over encrypted connections using SSL/TLS protocols.
  • User authentication and access control: Set up user accounts and define access permissions to ensure only authorized individuals can access your server.
  • Compatibility with various WebDAV clients: Access your WebDAV server from different devices and platforms using compatible WebDAV client applications.

What's new

Material design
Bug fixing

Images

Leave a Reply

Your email address will not be published. Required fields are marked *