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

Not sure where to ask this question #20

Closed KParthSingh closed 2 months ago

KParthSingh commented 2 months ago

I want to know what is the difference between the HTTP FS and WebDAV FS?

btw i love your application http fs thanks for your hardwork.

Tiarait commented 2 months ago

It's better to write by email tiar.develop@gmail.com

In fact, there is not much difference yet. Webdav Fs uses the same webdav server code as Http Fs (I try to make it look the same). One difference is that Webdav Fs has an FTP server. And further I plan to improve only these two aspects

If you need pure Webdav or FTP then it is better to use Webdav Fs, if you need Http server (with better web client side) then it is Http Fs

KParthSingh commented 2 months ago

Alright thanks for the response.