Tema: FTP con PHP
Ver Mensaje Individual
  #12 (permalink)  
Antiguo 05/10/2006, 15:47
Schamann
 
Fecha de Ingreso: julio-2002
Mensajes: 18
Antigüedad: 22 años, 6 meses
Puntos: 0
Bueno, el servicio de asistencia acaba de enviarme "algo" que la verdad, no se lo que es, he estado mirando el manual de php y no me aclaro mucho, pero igual es la respuesta a todo este post.

Copio aqui el texto del mensaje:

Please let us know if you are trying to make a remote connection from our server to another, if this is the case, you would need to use our proxy server.

curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt ($ch, CURLOPT_PROXY, 'h t t p ://xx.xxx.xxx.xxx:xxxx');
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);


Un saludo