Ftp.Site Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Site(String)
Executes site-specific command and returns the response.
Declaration
public string Site(string command)
Parameters
Type | Name | Description |
---|---|---|
String | command | Site-specific command. |
Returns
Type | Description |
---|---|
String | Command-specific response. |
Remarks
Represents FTP SITE command.
Using SendCommand and ReadResponse method might be a better choice in some cases.