An NDoc Documented Class Library

FTPClient.Quote Method 

Issue arbitrary ftp commands to the FTP server.

public virtual string Quote(
   string command,
   string[] validCodes
);

Parameters

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

Return Value

The text returned by the FTP server.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace