This function sets the number of seconds to wait for a remote host to respond when using hs.GetURL, hs.GetURLIE, or hs.ftp.
If this function is never called, the remote timeout is set to 60 seconds.
Parameter: timeout
Type: integer
Description: This is the number of seconds to wait.
None.
' set the remote timeout to 30 seconds
hs.SetRemoteTimeout 30