TCPIP Object
 
Syntax
 
TCPIP.SendOut = strValue
 
Description
Sends data to the remote host. Depending of the SendBinary property, data will be send as binary package or as text.
 
Note: When sending commands, for example FTP directory operations, terminate the commandline with a line termination character sequence. Use the EOLN function, which automatically selects the correct line termination, depening on the type of connection that is currently active.
 
See Also
Example