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

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual FTPReply SendCommand(
	string command
)
Visual Basic
Public Overridable Function SendCommand ( _
	command As String _
) As FTPReply
Visual C++
public:
virtual FTPReply^ SendCommand(
	String^ command
)

Parameters

command
Type: System..::..String
command to send

Return Value

reply to the supplied command

See Also