edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPClientQuote Method

Issue arbitrary ftp commands to the FTP server.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual string Quote(
	string command,
	string[] validCodes
)

Parameters

command
Type: SystemString
FTP command to be sent to server.
validCodes
Type: SystemString
Valid return codes for this command.

Return Value

Type: String
The text returned by the FTP server.
See Also