Tema: Descarga FTP
Ver Mensaje Individual
  #21  
Antiguo 18-01-2006
Luis Alberto Luis Alberto is offline
Miembro
 
Registrado: ago 2005
Posts: 149
Reputación: 19
Luis Alberto Va por buen camino
Cita:
if not IdFTP1.Connected then exit;
IdFTP1.changedir(CurrentDirEdit.Text);

IdFTP1.List(StringList, '*.fff', False);
for r := 0 to StringList.count-1 do begin
FileListBox1.Items.Add(StringList[r]);
end;
Este es el codigo que tengo en el boton de download y de ahi pretengo utilizar el get dentro del ciclo es correcto.
Responder Con Cita