Executes site-specific command and returns the response.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic | 
|---|
Public Function Site ( _ command As String _ ) As String  | 
| C# | 
|---|
public string Site( string command )  | 
Parameters
- command
 - Type: System..::..String
Site-specific command. 
Return Value
Command-specific response.
Remarks
Represents FTP SITE command.
Using SendCommand and ReadResponse method might be a better choice in some cases.