I have a similar problem. I want to send some data to some form. Data and adress are correct, but it returns "no such file or directory". If i write same string in netscape it returns correct site.
Do anyone got some solution?
Nis wrote:
What is it with the Curl module? It seems that the documentation explains some functions that are yet to be implemented.
The CURLOPT_TIMEOUT is not working no matter how and where I use it.
This is the line: curl_setopt( $ch, CURLOPT_TIMEOUT, 240);
The problem is the document I receive using a POST to a site using ASP. It is in XML and can get very large in size and therefore it takes more than the 30 seconds timeout that Curl gives me.
Has anyone got a solution for this?
I needed it yesterday…