s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

[Enhancement] Is it possible to add FTPS? #264

Closed lztz0022 closed 1 year ago

lztz0022 commented 1 year ago

Sir s60sc, The project feature has been stable since 8.7.1a. I also see that the focus of your work is mainly shifted to the adaptation of ESP32S3. Now I have a kind request for functional enhancement: many FTP service provider no longer provides pure FTP protocol, they think that plaintext transmission is too insecure, so they are now using FTP+TLS/SSL Explicit encryption. I learned that the ftplibpp library can be implemented, but it is too redundant. So, is it possible to implement TLS/SSL Explicit encryption enhancements based on the current FTP? Thank you and best regards.

s60sc commented 1 year ago

it would require research which would not occur in the short term

lztz0022 commented 1 year ago

Thank you for your response. I understand that this would require some time and research, and I will patiently wait.

s60sc commented 1 year ago

tried, not successful

lztz0022 commented 1 year ago

It's regrettable, but thank you very much for trying.