Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#6

Re: Indy FTP - wundersame Verdoppelung eines HTML-Dateiinhal

  Alt 26. Sep 2008, 12:59
welchen Wert hat denn Overwrite bei Dir, true oder false?

Wenn true dann wird die Datei angehängt.

Aus der Hilfe:

procedure Put(const ASourceFile: string; const ADestFile: string; const AAppend: boolean); overload;

Description

Put is an overloaded procedure that uploads data to a file with the name specified in ADestFile on the FTP server. The uploaded data can be either a stream (ASource) or a name of a file which exists on the user's computer (ASourceFile).
Setting AAppend to True causes the server to append the file being uploaded to one which already exists on the FTP server.

Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat