Ftp.SendCommand Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
SendCommand(String)
Executes a command on the FTP server.
Declaration
public void SendCommand(string command)
Parameters
Type | Name | Description |
---|---|---|
String | command | Command (e.g. "HELP"). |
Remarks
Must be followed by a call to ReadResponse method.
Use ReadResponse and SendCommand to implement various custom commands.