Ftp.GetSystemNameAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
GetSystemNameAsync(Object)
Begins asynchronous GetSystemName operation. Returns the name of the remote OS.
Declaration
public Task<string> GetSystemNameAsync(object state = null)
Parameters
Type | Name | Description |
---|---|---|
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<String> | The name of the remote OS. |
Remarks
Represents FTP SYST command.
Some servers do not support SYST command and most servers return very inaccurate responses.