Issue arbitrary ftp commands to the FTP server.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual string Quote(
string command,
string[] validCodes
)
Public Overridable Function Quote (
command As String,
validCodes As String()
) As String
public:
virtual String^ Quote(
String^ command,
array<String^>^ validCodes
)
abstract Quote :
command : string *
validCodes : string[] -> string
override Quote :
command : string *
validCodes : string[] -> string
Parameters
- command
- Type: SystemString
FTP command to be sent to server. - validCodes
- Type: SystemString
Valid return codes for this command.
Return Value
Type:
StringThe text returned by the FTP server.
See Also