gregko / Mini-WebDAV-server-for-Android

55 stars 9 forks source link

Unable to write to WebDAV (and copying from restricted to 50 MB files) #5

Closed JuanDelPueblo closed 2 years ago

JuanDelPueblo commented 2 years ago

So I ran the test application that was included, and I was unable to write to the WebDAV server from Windows Explorer. First it gives me the option to replace the file in the destination, despite that file never having been put on the phone before. image Then if I hit replace, it throws a network error at me, but I can still browse the phone just fine afterwards image

Reading, renaming, moving, and deleting files all work fine. However, it also seems like I cannot copy files that are larger than 50 MB to my computer. Unsure whenever this is a limitation of the library or app, but supporting files up to 1-5 GB would be a nice improvement.

Device: Galaxy S21 OS: Android 12

gregko commented 2 years ago

I'm not sure what happens there. With a real telephone, it's best to just connect it with a USB cable and switch it to file transfer mode. This server is meant to be a developer's tool for Android emulators, where there is no good option like USB cable, to access app's private folders. I never meant for this to be a consumer app.

From: JuanDelPueblo @.) @.> Sent: Monday, February 28, 2022 4:41 PM To: gregko/Mini-WebDAV-server-for-Android @.> Cc: Subscribed @.> Subject: [gregko/Mini-WebDAV-server-for-Android] Unable to write to WebDAV (and copying from restricted to 50 MB files) (Issue #5)

So I ran the test application that was included, and I was unable to write to the WebDAV server from Windows Explorer. First it gives me the option to replace the file in the destination, despite that file never having been put on the phone before. https://user-images.githubusercontent.com/49998039/156061861-13809f06-7c93-4eb8-8372-3fca80cdd7bc.png Then if I hit replace, it throws a network error at me, but I can still browse the phone just fine afterwards https://user-images.githubusercontent.com/49998039/156061874-6f162597-d052-4608-89e1-ebd63a956e9c.png

Reading, renaming, moving, and deleting files all work fine. However, it also seems like I cannot copy files that are larger than 50 MB to my computer. Unsure whenever this is a limitation of the library or app, but supporting files up to 1-5 GB would be a nice improvement.

Device: Galaxy S21 OS: Android 12

— Reply to this email directly, view it on GitHub https://github.com/gregko/Mini-WebDAV-server-for-Android/issues/5 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AANKO7A7R72ME7CMYRZZFGLU5PTVJANCNFSM5PSH57YA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JuanDelPueblo commented 2 years ago

hmm, that's unfortunate. I wanted this program to avoid connecting an USB cable altogether, but I guess there's no other choice out there aside from KDE Connect, which works nice on Linux but not on Windows due to the SFTP requirement.