TheCrypt0 / yi-hack-v4

New Custom Firmware for Xiaomi Cameras based on Hi3518e Chipset. It features RTSP, SSH, FTP and more!
GNU General Public License v3.0
1.55k stars 218 forks source link

FTP credentials? #318

Open mdessa1 opened 3 years ago

mdessa1 commented 3 years ago

Apologies in advance if I missed this in the documentation, but I'm having issues with FTP access. Is there a default user name and password for FTP? Anonymous login isn't working for me.

TheCrypt0 commented 3 years ago

Hi @mdessa1 the password should be left empty and it will work.

However, some ftp clients don't support having the password field empty, in those cases I'd suggest you to change the root password by connecting via ssh and typing passwd and then follow the instructions.

mdessa1 commented 3 years ago

Thanks @TheCrypt0! I'll give that a try.