Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Dateidownload abbrechen (https://www.delphipraxis.net/12008-dateidownload-abbrechen.html)

maximi 18. Nov 2003 17:52


Dateidownload abbrechen
 
Hallo!!
Wie kann man einen Dateidownload abbrechen, wenn man etwas mit indy downloadet???

Duffy 18. Nov 2003 18:04

Re: Dateidownload abbrechen
 
Hallo maximi,
eine FTP Vorgang abbrechen geht mit "IdFTP1.Abort;"

Zitat:

Zitat von Indy Hilfe
Stops an FTP service operation.

procedure Abort; virtual;

Description

Abort is a procedure that instructs the FTP server to interrupt the current FTP service request, and any associated transfer of data. Abort sends the FTP ABOR command to the server to halt the current operation. Abort forces the socket allocated to the data channel for the FTP session to be disconnected by calling KillDataChannel. Abort does not change the state in Connected for the control channel used in the FTP client.

bye
Claus

maximi 18. Nov 2003 18:10

Re: Dateidownload abbrechen
 
Ja, das hab ich schon probiert. Ich bekomme folgende Fehlermeldung:
Transfer aborted Broken Pipe!

Duffy 18. Nov 2003 18:21

Re: Dateidownload abbrechen
 
Hallo maximi,
Indy ist verliebt in Exception. Du mußt den Abbruch wie folgt gestalten
Delphi-Quellcode:
   try
     IdFTP1.Abort;
   except
   end;
bye
Claus

-Volle- 30. Dez 2003 15:08

Re: Dateidownload abbrechen
 
...
aslo ich hab genau das gleiche problem, auch wenn ich den abbruch so machen wie duffy s erklaert hat.
bei mir kommt der fehler auch auserhalb der IDE ....
naja muessen sich die leude eben mit ner haesslichen fehlermeldung rumplagen.
wenn einer weiss worans liegt dann bidde melden :>
thx


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:37 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz