Tiarait / HTTP-FS-file-server

This is a http, webdav server for sharing files between users on a Wi-Fi network. The online file sharing application works like a local HTTP server.
https://play.google.com/store/apps/details?id=tiar.ua.slf
Apache License 2.0
51 stars 6 forks source link

V1.0.23.ipv6 doesn't work #3

Closed ddns6 closed 5 months ago

ddns6 commented 6 months ago

In versions 1.0.22 and 1.0.23, ipv6 can't work normally. The garbled code problem of 1.0.22webdav function when accessed through a web browser will also appear in 1.0.23. (The video feedback is only 1.0.21 and 1.0.23.)

https://github.com/Tiarait/HTTP-FS-file-server/assets/100478073/0c0b658c-096b-4e92-ba7a-bbdabfc7a3e7

Tiarait commented 6 months ago

Oh, I think I understand. The fact is that /files/ is a web interface with styles and scripts, and /webdav/ is a purely XML scheme (API) for webdav clients and I duplicate it using the HTTP/S protocol as well.

How connect webdav on macOS How connect webdav on windows Webdav client Chrome extension

In the next update I will try to write a simple interface for /webdav/ for http/s protocol and try using minimum styles and scripts so that there is no confusion. Like this

image
Tiarait commented 5 months ago

fixed in 1.0.24