Run a site-specific command on the server.

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

Syntax

C#
public virtual bool Site(
	string command
)
Visual Basic
Public Overridable Function Site ( _
	command As String _
) As Boolean
Visual C++
public:
virtual bool Site(
	String^ command
)

Parameters

command
Type: System..::..String
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