Hi,
I'm trying to send a file to other system using "Enslib.FTP.PassthroughOperation" and use below settings for connection and retry,
Connection Settings
StayConnected : -1
ConnectTimeout : 30
Additional Settings
RetryInterval : 15
FailureTimeout : 240
As per my analysis, if the connection is failed, it retries 16 times (FailureTimeout/RetryInterval). Initially, I assumed that ConnectTimeout also involves with RetryInterval and the total number of retry would be 6 times (FailureTimeout/(RetryInterval+ConnectTimeout)).
Still, it is not clear to me whether Ensemble considers "ConnectTimeout" during