SetRemoteTimeout

Purpose

This function sets the number of seconds to wait for a remote host to respond when using hs.GetURL, hs.GetURLIE, or hs.ftp.

Parameters

Parameter: timeout
Type: integer
Description: This is the number of seconds to wait.

Returns

None.

Example

' set the remote timeout to 30 seconds

hs.SetRemoteTimeout 30