udotdevelopment/ATSPM

The timer object in the FTP program is never renewed.

Closed this issue · 1 comments

The timer object in the FTP program is never renewed. This means it will time out over slower connections.
We should renew the object after each successful file transfer.

This is fixed in version 4.2 by adding a read timeout in the app configuration.