I’m trying to create an automated installer for a PLC that is based on WinCE7 having very slow processor and memory card (CX9020). The installer will run on Windows Server 2019 PC connected to the PLC. To install the new version, I want to copy boot folder content over the existing one and then restart TwinCAT.
I cannot use SMB because Windows Server2019 doesn’t fully support SMB1, and I don’t want to make it less secure by forcing the SMB1. WinCE doesn’t support SMB2 or SMB3.
I cannot use built in FTP as it fails to copy large files (timeout) or small empty files.
I know that Beckhoff use ADS protocol for activating configuration and it does copy the boot folder over the PLC when I use visual studio (VS) to do that. The PC upgrading the PLC should not have VS or the source code for the PLC.
Is there a way to do it like Beckhoff and copy the boot folder to the PLC without using VS?
I have tried to change the timeout of the FTP but found no way to do that. But even if I succeed, there are other limitations to FTP.