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

DCIM Folder Missing & Can't Write Files #10

Closed YofukashiNo closed 2 months ago

YofukashiNo commented 3 months ago

I'm using this application to wirelessly access my phone's storage from my Windows PC. Although Windows supports mapping to HTTP WebDAV servers, I've encountered an issue: the DCIM folder doesn't appear when I access the mapped drive. However, I can access it by manually entering the path in the directories. Additionally, when attempting to copy files onto my phone, it creates dummy copies with no content, only the file name, rendering it unable to write files. Please refer to the attached video for context.

If it helps for reference, I've previously used an older app that doesn't experience these issues but had to stop using it due to a lack of updates for newer Android versions and its outdated interface.

https://github.com/Tiarait/HTTP-FS-file-server/assets/73281112/dc391280-dc26-422f-97bd-a659738f38e8

Tiarait commented 3 months ago

Thanks for the video and detailed description. I finally managed to fix this error in WebDAV FS in next version (1.0.16), but the update for HTTP FS is not ready yet (I'm planning a big update with all the edits and redesign).

YofukashiNo commented 3 months ago

Thanks for the video and detailed description. I finally managed to fix this error in WebDAV FS in next version (1.0.16), but the update for HTTP FS is not ready yet (I'm planning a big update with all the edits and redesign).

I checked the update of WebDav FS and it seems I can create files. But the other issue of not DCIM folder not showing up persists.

Also, it doesn't ask for the permissions required to make files on the phone itself (All File Access Special Permissions) nor does it prompt the user to add the add for unrestricted battery usage due to which it stops working as soon as the screen is off or using another app.

Edit: v1.0.19 asks for required permissions, but DCIM folder still doesn't show up on windows.

YofukashiNo commented 2 months ago

Updated to v1.1.2, it fixed all of the issues other than DCIM folder. The folder shows up on the web interface but not in the mapped drive on Windows. My phone is Samsung Galaxy M34 running One UI 6.0 image image image

YofukashiNo commented 2 months ago

v1.1.4 Everything seems to be working fine, thank you a lot.

By the way, when I click to disable battery restriction in settings, it opens general battery settings instead of battery settings for app.

Tiarait commented 2 months ago

Glad to hear that.

I probably won't do anything about this for now. Android does not have any standard functions for the battery, so I use it from WaseemSabir