FTPControlSocketSendCommand Method
Send a command to the FTP server and
return the server's reply as a structured
reply object
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual FTPReply SendCommand(
string command
)
Public Overridable Function SendCommand (
command As String
) As FTPReply
public:
virtual FTPReply^ SendCommand(
String^ command
)
abstract SendCommand :
command : string -> FTPReply
override SendCommand :
command : string -> FTPReply
- command String
-
command to send
FTPReply reply to the supplied command