On Mon, Jul 08, 2013 at 11:19:51AM +1000, Yong Liaw wrote:
> I am using the same curl handler for sftp to fetch files from sftp server 
> every
> minute.
> 
> My understanding is that it will use the same connection to fetch files. Will
> the connection be disconnected due to no activity for 1 minute?  The reason I
> care about thiis is because login into our sftp server takes about 20 seconds.

curl won't disconnect the socket, but the remote server might, and the time
wouldn't be (directly) under the client's control.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to