An NDoc Documented Class Library

FTPControlSocket.SendCommand Method 

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

public virtual FTPReply SendCommand(
   string command
);

Parameters

command
command to send

Return Value

reply to the supplied command

See Also

FTPControlSocket Class | EnterpriseDT.Net.Ftp Namespace