Click or drag to resize

TcpTextClientSend Method

Sends the text command to server. Adds "\r\n" to the command.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Send(
	string command
)

Parameters

command
Type: SystemString
Text command to send.
Exceptions
ExceptionCondition
FtpException An error occurred when accessing the socket. -or- The NetworkStream is closed. -or- There is a failure reading from the network.
See Also