| ComponentSpace FTP Class Library Reference |
|
FtpClient.GetRemoteSystemInfo Method
Get the remote system's OS information.
[Visual Basic]
Public Function GetRemoteSystemInfo() As
String
[C#]
public
string GetRemoteSystemInfo();
Return Value
The remote system's OS information
Exceptions
| Exception Type |
Condition |
|
FtpException
|
Thrown when the operation fails. |
See Also
FtpClient Class | ComponentSpace.Ftp Namespace