I would like to access my web based home automation controller remotely, using cURL from a php program. I have my port forwarding set up to use a non 'well known port' . But curl_setopt($ch, CURLOPT_PORT, xxxx) does not work - the only port value that is accepted is 80. Any other port number...