Brauchst dir das nicht erklären zu lassen, diese Komponente gibt es in D4 noch nicht.
NMFTP hat aber eine entsprechende Prozedur.
Download:
NMFTP1.Download(RemoteFile, LocalFile: String);
Dwonload fortsetzen:
NMFTP1.DownloadRestore(RemoteFile, LocalFile: String);
für den Upload gibt's da noch etwas mehr:
Delphi-Quellcode:
NMFTP1.Upload(LocalFile, RemoteFile: String);
NMFTP1.UploadRestore(LocalFile, RemoteFile: String; Position: Integer);
NMFTP1.UploadUnique(LocalFile: String);
NMFTP1.UploadAppend(LocalFile, RemoteFile: String);