Was benutzt du für Komponenten? Wenn du es mit IdFTP machst, dann bekommst du eine
EIdProtocolReplyError Exception:
Delphi-Quellcode:
try
IdFTP1.Get(MYFILE, FAppDir + TEMPFILE, True, False);
except
on e: EIdProtocolReplyError do
begin
Die
Exception wird ausgelöst, wenn es die Datei nicht gibt, die ich mit der Methode Get holen will.
Nachtrag: Die
Exception ist in der
Unit IdException drin.