Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Indy FTP in Ascii Mode (https://www.delphipraxis.net/91313-indy-ftp-ascii-mode.html)

neus 3. Mai 2007 09:19


Indy FTP in Ascii Mode
 
Hallo,

ich habe ein kleines Gerät, das via FTP Backups ausgibt und ich logischerweise Configs wieder rein schreiben kann. Dass alles geschieht in einer TXT-Datei die letztendlich wie eine Ini funktioniert.

Ich habe also mit IndyFtp eine Datei hochgeladen und die Kiste steht und macht nichts mehr. Ich habe eine neue Firmware aufgespielt und nun muss ich suchen woher der Fehler kommt.

Deshalb meine Frage. Wie kann ich den Modus der FTP-Verbindung in dieser Komponente ändern (BInär/Ascci) ? Ich bin leider noch sehr neu im Bereich Delphi und vielleicht kann ja jemand mein Beispiel erweitern.

Delphi-Quellcode:
IdFTP1.Connect;
IdFTP1.Put(Edit5.Text+'\'+ListBox3.Items[i]+'.cfg',ExtractFileName('ftpconfig.txt'));
RichEdit1.Lines.Add('New Configuration: '+ Edit5.Text+'\'+ListBox3.Items[i]+'.txt' + ' uploaded.');
IdFTP1.Quit;

fwsp 3. Mai 2007 09:26

Re: Indy FTP in Ascii Mode
 
Delphi-Quellcode:
IdFTP1.TransferType := ftASCII;
 IdFTP1.TransferType := ftBinary;
Siehe hier: http://dsdt.info/tutorials/indy/?page=4

neus 3. Mai 2007 13:50

Re: Indy FTP in Ascii Mode
 
Zitat:

Zitat von fwsp
Delphi-Quellcode:
IdFTP1.TransferType := ftASCII;
 IdFTP1.TransferType := ftBinary;
Siehe hier: http://dsdt.info/tutorials/indy/?page=4

Danke, hat mir sehr geholfen !!! :thumb:

So blöd kann man gar nicht sein das zu übersehen :wall:


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:19 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