test
This commit is contained in:
parent
a099bd46bc
commit
c12aa847be
|
@ -17,9 +17,9 @@ Type
|
|||
ResponseData : TStringList;
|
||||
NetInterface : String;
|
||||
|
||||
Constructor Create (NetI: String); Virtual;
|
||||
Destructor Destroy; Override;
|
||||
Function Connect (Address: String; Port: Word) : Boolean; Virtual;
|
||||
Constructor Create (NetI: String); Virtual;
|
||||
Destructor Destroy; Override;
|
||||
Function Connect (Address: String; Port: Word) : Boolean; Virtual;
|
||||
Function SendCommand (Str: String) : Integer;
|
||||
Function GetResponse : Integer;
|
||||
End;
|
||||
|
|
|
@ -5,7 +5,7 @@ Unit m_Tcp_Client_FTP;
|
|||
Interface
|
||||
|
||||
Uses
|
||||
SysUtils, // wordrec get rid of it
|
||||
SysUtils, // replace wordrec and remove
|
||||
m_io_Sockets,
|
||||
m_Tcp_Client;
|
||||
|
||||
|
|
Loading…
Reference in New Issue