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: 9.4.0.40
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