Ver Mensaje Individual
  #6  
Antiguo 14-10-2015
Avatar de juanelo
juanelo juanelo is offline
Miembro
 
Registrado: sep 2007
Posts: 1.083
Reputación: 18
juanelo Va por buen camino
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;

...
__________________
Ya tengo Firma!
Responder Con Cita