Ver Mensaje Individual
  #7  
Antiguo 15-10-2015
andres_89 andres_89 is offline
Miembro
 
Registrado: dic 2013
Posts: 46
Reputación: 0
andres_89 Va por buen camino
Cita:
Empezado por juanelo Ver Mensaje
A ver si te ayuda.

Código Delphi [-]TIdSSLIOHandlerSocket *SSL; TIdFTP *FTP; bool UsaSTARTTLS; .... if(UsaSTARTTLS) { SSL->SSLOptions->Method = sslvTLSv1; SSL->PassThrough = true; } if(UsaSSL) FTP->IOHandler=SSL; ...
No logro hacerlo funcionar =( , me sigue saliendo el error de IOHandler...

Seguire probando y googleando, igual gracias.

Saludos.
Responder Con Cita