Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

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

$
0
0

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.


Viewing all articles
Browse latest Browse all 1061

Trending Articles