jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

I can't download anything from ftp server #37

Closed bogdanys closed 3 years ago

bogdanys commented 3 years ago

Hi! I tried to record something, but when I want to download the record from ftp, I can't. The response is "This site can't be reached. Might be temporarily down or it may have moved permanently to a new web adress. To acces the ftp server I use Chrome. It is necesary to use a dedicated app like FileZila? Thank you for your answer.

jameszah commented 3 years ago

You cannot Chrome for downloads. It works to list files, but then it used a strange feature of ftp to download, and Chrome has deprecated ftp entirely now, so I did not implement that strange feature into the esp32 ftp I was using.

Plus the Filezilla, etc give you nice features like deleting and bulk downloads, etc.