(09-03-2018, 09:12 AM)Steffen Wrote: after upgrading Indy to latest version 10.6, I receive the following EReadError:
"Error on reading from IdFTP.ConnectTimeout: Property ConnectTimeout does not exist."
The error occurs even in a fresh project where IdFTP is the only component without one line of code.
Can't reproduce. The ConnectTimeout property definitely exists in TIdFTP (it is public in TIdTCPClientCustom, but TIdFTP promotes it to published). Make sure you don't still have an older version of Indy lingering on your system that may be getting found by the compiler instead of the latest version.

