This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

FTP Limitation
#2
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')
Reply


Messages In This Thread
FTP Limitation - by BrentW - 23.07.2021, 00:05
RE: FTP Limitation - by admin - 23.07.2021, 06:14
RE: FTP Limitation - by BrentW - 24.07.2021, 04:41
RE: FTP Limitation - by Daniel - 26.07.2021, 07:45
RE: FTP Limitation - by BrentW - 26.07.2021, 11:09

Forum Jump: