Method IssueCommand

Sends custom commands to server

type TFtpProc = procedure (Line: String) of Object;
procedure IssueCommand(Command: String; OnDone: TFtpProc);

Applied to

TMFtp

Description

Event handler specified by OnDone parameter will be fired after the command executed on server. Parameter OnDone can be omitted or set to nil and the component will process server's reply itself.