Returns the name of the remote OS.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Function GetSystemName As String |
| C# |
|---|
public string GetSystemName() |
Return Value
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.