edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientQuote Method

Issue arbitrary ftp commands to the FTP server.

Definition

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

Parameters

command  String
FTP command to be sent to server.
validCodes  String
Valid return codes for this command.

Return Value

String
The text returned by the FTP server.

See Also