Unit 'ftptsend' Package
[Overview][Constants][Classes][Index] [#pl_synapse]

TTFTPSend

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

Declaration

Source position: ftptsend.pas line 82

type TTFTPSend = class(TSynaClient)

public

  constructor Create;

  

  destructor Destroy; override;

  

  function SendFile();

  

  function RecvFile();

  

  function WaitForRequest();

  

  procedure ReplyError();

  

  function ReplyRecv;

  

  function ReplySend;

  

published

  property ErrorCode: Integer; [r]

  

  property ErrorString: string; [r]

  

  property Data: TMemoryStream; [r]

  

  property RequestIP: string; [rw]

  

  property RequestPort: string; [rw]

  

end;

Inheritance

TTFTPSend

  

|

TSynaClient

  

|

TObject



CT Web help

CodeTyphon Studio