Einzelnen Beitrag anzeigen

Zero1

Registriert seit: 5. Jun 2003
93 Beiträge
 
#3

Re: indyftp: Programm hängt sich auf?

  Alt 19. Jan 2007, 20:12
ne frage *g*

Delphi-Quellcode:
with idFTP1 do
  begin
    if Connected then Disconnect();
    Host := ip;
    Port := StrToIntDef(aport, 21);
    Username := acc;
    Password := pwd;
    try
    Connect;
   ftplist.Items[i].SubItems[3] := 'Online Ftp Hotmail';
    except
   ftplist.Items[i].SubItems[3] := 'Offline Ftp Hotmail';
    end;
    idftp1.disconnect;
so wäre der clickbutton *g

und keine ahnung ob schon da was falsch ist

lg.
  Mit Zitat antworten Zitat