Archived Forum Post

Index of archived forum posts

Question:

IdleTimeoutMs has no Effect (Objective C - Chilkat version 9.5.0.58)

Jul 29 '16 at 04:46

I want a timeout of 100 seconds. I set the following two lines of codes before I connect to the SFTP Server and also after the connection was successful:

sftp.ConnectTimeoutMs = @1000000;
sftp.IdleTimeoutMs = @1000000;

But when I disable WLAN in my iPad during a download the download already stops after about 20 Seconds.