Autor Beitrag
Lsm09
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 38

Win XP, Win 7, Win 8
Turbo Delphi, Delphi 5, Lazarus
BeitragVerfasst: Do 06.01.11 11:24 
Hallo,
ich bin dabei einen FTP-Client zu programmiere.
Das problem:

Ich finde nirgends NMFTP.
Ich habe gelesen, dass das in den fast Net Komponenten ist.
Wer weiß wo ich den NMFTP Komponenten finde oder wo ich ihn herunterladen Kann??

Viele grüße

lsm09


Moderiert von user profile iconNarses: Topic aus Delphi Language (Object-Pascal) / CLX verschoben am Do 06.01.2011 um 10:41
bummi
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 1248
Erhaltene Danke: 187

XP - Server 2008R2
D2 - Delphi XE
BeitragVerfasst: Do 06.01.11 13:37 
Sind die nicht seit 6 Jahren tot?

_________________
Das Problem liegt üblicherweise zwischen den Ohren H₂♂
DRY DRY KISS
Klabautermann
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Veteran
Beiträge: 6366
Erhaltene Danke: 60

Windows 7, Ubuntu
Delphi 7 Prof.
BeitragVerfasst: Do 06.01.11 14:40 
Jepp,

die sind seit Delphi 7 nicht mehr mit an Bord. Ich glaube der Hersteller hieß Netmaster, keine Ahnung ob es den noch gibt - falls ja, kann man die Komponenten vielleicht dort käuflich erwerben. Zumindest wenn man auf keinen Fall die mitgelieferten Indy Komponenten als alternative verwenden möchte.

Gruß
Klabautermann
Dude566
ontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic starofftopic star
Beiträge: 1592
Erhaltene Danke: 79

W8, W7 (Chrome, FF, IE)
Delphi XE2 Pro, Eclipse Juno, VS2012
BeitragVerfasst: Do 06.01.11 15:33 
Alternativ würde ich dir dann Indy empfehlen: www.indyproject.org/...Files/Indy10.DE.aspx

_________________
Es gibt 10 Gruppen von Menschen: diejenigen, die das Binärsystem verstehen, und die anderen.
Lsm09 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 38

Win XP, Win 7, Win 8
Turbo Delphi, Delphi 5, Lazarus
BeitragVerfasst: Sa 08.01.11 20:19 
Weiß einer vieleicht, wo her ich den komponenten NMFTP Herbekomme??
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19272
Erhaltene Danke: 1740

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Sa 08.01.11 20:40 
Ich finde da auch keinen Download mehr, nur als Quelltext:
read.pudn.com/downlo.../lib/NMFtp.pas__.htm
Der ist allerdings (wie nicht anders zu erwarten) schon mehr als 10 Jahre alt.

Warum willst du dir das antun? Was hast du denn gegen z.B. Indy? :gruebel:
Lsm09 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 38

Win XP, Win 7, Win 8
Turbo Delphi, Delphi 5, Lazarus
BeitragVerfasst: So 16.01.11 15:14 
Hab zwar nichts gegen indy, aber in delphi 5 kann ich indy nicht installieren und in Turbo delphi(aus lizensgründen) auch nicht.

ich wollte nähmlich ne e-mail schreiben.
ABER ich finde nichts ohne indy oder NMFTP
lsm09
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19272
Erhaltene Danke: 1740

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: So 16.01.11 15:25 
user profile iconLsm09 hat folgendes geschrieben Zum zitierten Posting springen:
Hab zwar nichts gegen indy, aber in delphi 5 kann ich indy nicht installieren und in Turbo delphi(aus lizensgründen) auch nicht.
Ich nutze Indy nie installiert, ist viel zu umständlich... :lol:
Einfach die Verzeichnisse in den Bibliothekspfad, uses XY und fertig...
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
uses
  IdHttp;

var
  HttpLoader: TIdHttp;
  PageContents: String;
begin
  HttpLoader := TIdHttp.Create;
  try
    PageContents := HttpLoader.Get('http://www.example.com');
  finally
    HttpLoader.Free;
  end;
end;
Macht das Leben deutlich einfacher und funktioniert nebenbei auch mit Turbo Delphi.
Lsm09 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 38

Win XP, Win 7, Win 8
Turbo Delphi, Delphi 5, Lazarus
BeitragVerfasst: Di 18.01.11 19:31 
Ich verstehe den code nicht ganz. wie geht das?
ich wollte ne e-mail schreiben.
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19272
Erhaltene Danke: 1740

W11 x64 (Chrome, Edge)
Delphi 11 Pro, Oxygene, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Di 18.01.11 19:43 
Das war ja nur ein Beispiel. Genauso kannst du auch deine E-Mail-Komponente dynamisch erstellen.

Aber worum gehts denn jetzt? Am Anfang ging es noch um einen FTP-Client? :gruebel:
Lsm09 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 38

Win XP, Win 7, Win 8
Turbo Delphi, Delphi 5, Lazarus
BeitragVerfasst: Do 10.01.13 16:27 
Weiß ich auch nicht mehr (Mittlerweile über 1 Jahr her und ich ha in der Zeit vieeeeel gelernt)