Issue arbitrary ftp commands to the FTP server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual string Quote( string command, string[] validCodes ) |
| Visual Basic |
|---|
Public Overridable Function Quote ( _ command As String, _ validCodes As String() _ ) As String |
| Visual C++ |
|---|
public: virtual String^ Quote( String^ command, array<String^>^ validCodes ) |
Parameters
- command
- Type: System..::..String
FTP command to be sent to server.
- validCodes
- Type: array<System..::..String>[]()[][]
Valid return codes for this command.