Guimi wrote: > Manolet Gmail escribió: > >> >> Queria saber si es posible hacer un cliente http en un script en >> linux. En realidad no quiero recibir ningun dato, solo necesito que el >> script lea un archivo y lo mande por variables de tipo POST a un >> script en PHP. > > > Si lo único que necesitas es enviar ficheros por POST, no necesitas > hacer un cliente http, basta con utilizar curl. >
De hecho, si sólo te interesa subir archivos, no necesitas más que un formulario HTML y cualquier navegador web para enviarlos a tu script. ;-) Saludos -- -- Gabriel Núñez~ - gabriel.nnl(at)estudiante.uam.es -- gabriel.nunez(at)hispalinux.es //May The Source Be With You// --//-- --//-- Infórmese sobre las patentes de software: /- http://proinnova.hispalinux.es/ http://eupat.ffii.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

