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

FTPClientSite Method

Run a site-specific command on the server.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual bool Site(
	string command
)

Parameters

command  String
The site command to run

Return Value

Boolean
true if command ok, false if command not implemented.

Remarks

Support for commands is dependent on the server.

See Also