edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPControlSocketSendCommand Method

Send a command to the FTP server and return the server's reply as a structured reply object

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual FTPReply SendCommand(
	string command
)

Parameters

command  String
command to send

Return Value

FTPReply
reply to the supplied command

See Also