AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 00:47

Parameter dieser Suchanfrage:

Suche in Thema: Indy FTP Client Read Error (TidFTP)
Suche alle Beiträge, die von "Klaus01" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 5 von insges. 5 Treffern
Suche benötigte 0.003s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Netzwerke

    Re: Indy FTP Client Read Error (TidFTP)

      Delphi
      by Klaus01, 25. Jan 2008
    Good morning,

    I've looked into the source code of indy 10, idException.pas, and you are right
    EidReplyException is not definded there.

    But it is defined in idReplyRFC.pas, may you have to add this unit to your uses clause.
    Don't ask me the idReplyRFC is not included in idException, thats some kind of strange to me.

    Cheers,
    Klaus
  • Forum: Netzwerke

    Re: Indy FTP Client Read Error (TidFTP)

      Delphi
      by Klaus01, 24. Jan 2008
    Have you added idException to your uses statement?
  • Forum: Netzwerke

    Re: Indy FTP Client Read Error (TidFTP)

      Delphi
      by Klaus01, 24. Jan 2008
    You can use the try except things to this:

    try
    // do some stuff
    except on e:EIdReplyRFCError do
    begin
    // do exception handling
    end;
    end;
  • Forum: Netzwerke

    Re: Indy FTP Client Read Error (TidFTP)

      Delphi
      by Klaus01, 24. Jan 2008
    Hello again,


    I'm not sure if we can catch the problem just by increasing the timeout value.
    The problem is that your application does not know if it is blocked by a firewall
    or the ip connection is down or something else.

    A better approach might be to act on the Exception EidReplyRFCError or EidReadTimeout.
    Then you start the transfer again, or you can pop up a message
    that a problem...
  • Forum: Netzwerke

    Re: Indy FTP Client Read Error (TidFTP)

      Delphi
      by Klaus01, 24. Jan 2008
    Hi,

    can you increase the timeout value for the ftp client?
    Because the ftp transfer was running into a timeout.
    It took to long to add the application to firewall access list.

    Best regards
    Klaus


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=Klaus01&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=107226
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:56 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz