24.07.2021, 04:41
(23.07.2021, 06:14)admin Wrote: 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):
Code:os.execute('wget -O /usr/lib/lua/socket/ftp.lua http://dl.openrb.com/misc/ftp.lua')
Thanks for the prompt reply. I will give this method a try when i'm next on site.
Certainly understand the limitations you have with firmware rollouts.
Brent