Run a site-specific command on the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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.