Hey guys, I recently bought a used E4 with firmware 2.3.0 after reading this thread in hopes of upgrading the resolution. However, it seems to be not working for me. For starters, this camera has a conf.cfg file that is 6297 bytes. And before I knew that I would get the following error:
= CONNECT TO FTP
= CREATING BACKUP DIR backup-20150401094151
= RETR /FlashBFS/system/common_dll.dll
= RETR /FlashFS/system/appcore.d/config.d/conf.cfc
Traceback (most recent call last):
File “apply.py”, line 70, in
http://ftp.retrbinary(“RETR ” + name, tmpfile.write)
File “C:\Python27\lib\ftplib.py”, line 414, in retrbinary
conn = self.transfercmd(cmd, rest)
File “C:\Python27\lib\ftplib.py”, line 376, in transfercmd
return self.ntransfercmd(cmd, rest)[0]
File “C:\Python27\lib\ftplib.py”, line 339, in ntransfercmd
resp = self.sendcmd(cmd)
File “C:\Python27\lib\ftplib.py”, line 249, in sendcmd
return self.getresp()
File “C:\Python27\lib\ftplib.py”, line 224, in getresp
raise error_perm, resp
ftplib.error_perm: 550 File unavailable (e.g., file not found, no access)
Any help would be appreciated, thanks!