Closed thatSFguy closed 11 months ago
Thanks Should be straightforward, but due to time contraints it may take a couple of weeks.
totally understand the time constraint part! Looking forward it and it gives me some time to figure out the web interface. Thanks!
in v9.2, see ftp.cpp
Thanks! I'm still under water on a work and personal house project and I can't wait on starting this project... Many Thanks! P.S. Hopefully next week.
First off, thank you very much for putting this wonderful piece of software together. Truly impressive how much punch you packed into the small ESP-Cam.
My request is to have a toggle on the FTP section, so a user could switch to HTTPS and have the file posted to a web server instead. This way a web-app could be developed to view multiple ESP-Cam recordings in one place, on the web, without having to run a FTP server on the local network.
a sample upload page could be:
Of course this would require some authentication added to it, which could just be as easy as random string in a post variable. The people that would use this feature would also have to get the certificate fingerprint via a web browser, so the wifiClientSecure could be used (https://github.com/hugethor/WiFiClientSecure).
Thanks for your consideration!