TeamAmaze / TeamAmaze/AmazeFileManager
Add WebDAV server
@TranceLove is already working on this.
Since Apr 16, 2018.
- Dominant language
- Kotlin
- Stars
- 6.4k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
Feature request:
Add support for running a WebDAV server on the Android device. From the UI perspective, this can be handled similarly to the existing FTP server feature.
The reason for this request is that when using Windows as a client to access the Android device as a server, WebDAV has an important advantage over FTP. In Windows, a remote WebDAV server can be mapped as a network drive with a drive letter. This allows the WebDAV drive to be accessed using the command prompt or other tools that require a drive letter. Windows does not natively support assigning a drive letter to a remote FTP server.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.