PROB: FTP export does not accept username that contains ‘@’ character
The information applies to:
- LuxRiot 1.1.x up to 1.1.13
- LuxRiot Light 1.1.x up to 1.1.13
Symptoms
In case an FTP username used in Video Frame Export feature contains ‘@’ character, eg. user email, the export subsystem may fail and lose all the FTP configuration.
Resolution
To workaround the problem caused by incorrect Microsoft WinInet subsystem behaviour, replace ‘@’ character in user name with “%40″ string. For example, instead of user@domain.com specify user%40domain.com.
LuxRiot and LuxRiot Light versions starting from 1.1.14 perform the replacement automatically.