help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'lFTP' (#LNet)

TLFTP

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lftp.pp line 64

type TLFTP = class(TLComponent)

protected

  FControl: TLTelnetClient;

  FData: TLTcp;

  FSending: Boolean;

  FTransferMethod: TLFTPTransferMethod;

  function GetConnected; virtual;

  function GetTimeout;

  procedure SetTimeout();

  function GetSocketClass;

  procedure SetSocketClass();

public

  constructor Create(); override;

  destructor Destroy; override;

  function Get(); virtual; abstract;

  function GetMessage(); virtual; abstract;

  function Send(); virtual; abstract;

  function SendMessage(); virtual; abstract;

  property Connected: Boolean; [r]

  property Timeout: Integer; [rw]

  property SocketClass: TLSocketClass; [rw]

  property ControlConnection: TLTelnetClient; [r]

  property DataConnection: TLTCP; [r]

  property TransferMethod: TLFTPTransferMethod; [rw]

end;

Inheritance

TLFTP

|

TLComponent

?

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505