An NDoc Documented Class Library

FTPClient.Site Method 

Run a site-specific command on the server.

public virtual bool Site(
   string command
);

Parameters

command
The site command to run

Return Value

true if command ok, false if command not implemented.

Remarks

Support for commands is dependent on the server.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace