[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |