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