In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

COMO SE ENVIA UN ARCHIVO A UN FTP

Foro público de Xailer en español
Responder
Vladimir Zorrilla LLe
Mensajes: 16
Registrado: Sab Jul 22, 2006 1:37 pm

COMO SE ENVIA UN ARCHIVO A UN FTP

Mensaje por Vladimir Zorrilla LLe »

AMIGOS
XHB TIENE UNA CLASE TURL COMO PUEDO SABER EL METODO PARA ENVIAR
SOLO SE COMO BAJAR
CUAL ES EL METODO PARA ENVIAR UN ARCHIVO A UN FTP
SOLO SE COMO SE BAJA AHORA DESEO ENVIAR
oUrl := tURL():New(cGUARDAR)
oClient := tIPClient():New( oUrl )
oClient:nConnTimeout = 20000
oClient:Open( oUrl )
oClient:ReadToFile( cCOMO ) //"newver.txt" )
oClient:Close()
GRACIAS POR LA AYUDA
VZLL
Jose Lopez Carrasco
Mensajes: 215
Registrado: Lun Oct 20, 2008 11:38 pm

COMO SE ENVIA UN ARCHIVO A UN FTP

Mensaje por Jose Lopez Carrasco »

Vladimir he revisado la carpeta C:xHarbourteststiptestuploadftp.prg
y existe un ejemplo muy buenos que he prodado.
Si no lo encuentras dimelo y te lo envio.
Pepe.
"Vladimir Zorrilla LLerena" <cps_net@hotmail.com> escribió en el mensaje
news:[email=4620fca0@ozsrv2.ozlan.local...]4620fca0@ozsrv2.ozlan.local...[/email]
> AMIGOS
>
> XHB TIENE UNA CLASE TURL COMO PUEDO SABER EL METODO PARA ENVIAR
> SOLO SE COMO BAJAR
>
>
> CUAL ES EL METODO PARA ENVIAR UN ARCHIVO A UN FTP
> SOLO SE COMO SE BAJA AHORA DESEO ENVIAR
>
> oUrl := tURL():New(cGUARDAR)
> oClient := tIPClient():New( oUrl )
> oClient:nConnTimeout = 20000
> oClient:Open( oUrl )
> oClient:ReadToFile( cCOMO ) //"newver.txt" )
> oClient:Close()
>
>
> GRACIAS POR LA AYUDA
>
> VZLL
>
Responder