edtFTPnet/Free - Open-source FTP component for .NET | Download
Issue arbitrary ftp commands to the FTP server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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.

Return Value

The text returned by the FTP server.

See Also