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.26109.1248
Syntax
public void Send(
	string command
)

Parameters

command  String
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