23.07.2021, 06:14
There's not much we can do because new firmware releases are Clipsal/Schneider responsibility.
Unfortunately separate package upgrade won't work because LuaSocket depends on newer OpenSSL which is used by many other packages. So it will break a lot of other system components if upgraded.
You can try replacing the FTP module with a new version via a script (run once, make sure that your device has valid gateway and DNS set):
Unfortunately separate package upgrade won't work because LuaSocket depends on newer OpenSSL which is used by many other packages. So it will break a lot of other system components if upgraded.
You can try replacing the FTP module with a new version via a script (run once, make sure that your device has valid gateway and DNS set):
Code:
os.execute('wget -O /usr/lib/lua/socket/ftp.lua http://dl.openrb.com/misc/ftp.lua')