Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDAV support #45

Open
hickengr opened this issue Jun 16, 2024 · 4 comments
Open

WebDAV support #45

hickengr opened this issue Jun 16, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@hickengr
Copy link

I would like to save my snapshots locally to the SD card, retrieve them by copying them via MacOS file manager or Windows file explorer via my local network, and then delete them from the SD card to make room for the next print snapshots. This could be done via WebDAV. Is it possible to add WebDAV file transfer?

@johnyHV
Copy link
Collaborator

johnyHV commented Jun 17, 2024

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

@mozgy
Copy link

mozgy commented Jun 17, 2024

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

try something like I did in my ESP32-Cam, with dir alike hierarchy on URL/archive ..

@hickengr
Copy link
Author

hickengr commented Jul 4, 2024

I tried getting the ESP32-Cam software at link to work with little success. For some reason, the SD card is not getting recognized and the settings page is not found. I tried copying the web interface to the SD card in the location specified and the software just does not find the settings page. Info page is found with no problems. But I think the infor page is embedded into the firmware unlike the settings page. I am not a software engineer, but I have been writing software for decades. Maybe I am not understanding the web server software correctly.

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

try something like I did in my ESP32-Cam, with dir alike hierarchy on URL/archive ..

@mozgy
Copy link

mozgy commented Jul 4, 2024

I tried getting the ESP32-Cam software at link to work with little success. For some reason, the SD card is not getting recognized and the settings page is not found. I tried copying the web interface to the SD card in the location specified and the software just does not find the settings page. Info page is found with no problems. But I think the infor page is embedded into the firmware unlike the settings page. I am not a software engineer, but I have been writing software for decades. Maybe I am not understanding the web server software correctly.

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

try something like I did in my ESP32-Cam, with dir alike hierarchy on URL/archive ..

Sounds like you flashed only code part of firmware, you need data part as well .. Open an issue there so we can discuss more ..

@johnyHV johnyHV added the enhancement New feature or request label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants