WebDav Server

  Description

  WebDav Server Is A Fast, Simple And Secure Application That Provides WebDav Server On Your Device Features:
  ✓ Fully Customizable Server Settings
  ✓ Support SD Cards And Attached USB (OTG)
  ✓ Multiple Users, And Anonymous Option
  ✓ Multiple Shares (Mount Points)
  ✓ Read/Write Share Option
  ✓ Toggle Show/Hide Hidden Files
  ✓ Supports Root
 
Download  
 Google   Samsung   Huawei    UpToDown  
   

  Pro Version

✓ Privileged Ports (1-1023)
✓ No Speed Limitations
✓ Customize Shares
✓ Customize Users
✓ Support Root


  Application Help

  • Address
This is the IP Address you want the server to listen to. Normally leave it the default unless the device has more than on IP Address then choose the one you like.

  • Port
The port number the server listens to. For free version you can only use ports above 1023. For pro version you can Enable Root option below to use privileged ports (1-1023)

  • Shares
Here you can edit the shared directories you want to be served by the server. Note that this feature is only available in pro version.

  • Users
Here you can edit the users allowed to connect to the server. If you enabled Anonymous Logins below then these changes have no effect. Edit users feature is only available in pro version.

  • Anonymous Logins
Allow clients to connect to server without credentials. If you enabled this option then anyone can connect to server without username/password.

  • ReadOnly Access
If enabled then clients can only view and copy files from server. They cannot edit, add, delete or copy files to the server.

  • Show Hidden Files
Display hidden files and folders to client. Normally those files and folders are prefixed with dot.

  • Start Server On Device Boot
Allow the server to be started automatically after device restart

  • Enable Root
Enabling this option gives you the ability to use privileged ports (below 1024), see Port section. Note that this feature is only available in pro version and it is experimental.


  Connecting To Server

  • Web
To open WebDav in your web browser just type the below in the address bar:

For Example:
   
http://192.168.1.15:8080/Main Storage

  • Linux
To mount share on local directory run the below commands:
    sudo apt install davfs2     sudo mkdir LocalDirectoryPath     sudo mount -t davfs -o user=UserName -o password=Password 'http://IPAddress:PortNumber/ShareName' 'LocalDirectoryPath'
For Example:
   
sudo mkdir /mnt/myshare
   
sudo mount -t davfs -o user=root -o password=123 'http://192.168.1.15:8080/Main Storage' '/mnt/myshare'


  • MAC
To open share from MAC just use open command:

For Example:
   
open "http://root@192.168.1.15:8080/Main Storage"

  • Windows
To open share from Windows use explorer and type the below in address bar:

For Example:
   
http://192.168.1.15:8080/Main Storage