FTPClientQuote Method
Issue arbitrary ftp commands to the FTP server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public 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
- command String
- FTP command to be sent to server.
- validCodes String
- Valid return codes for this command.
StringThe text returned by the FTP server.