Gets the system type of the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public string SystemType { get; } |
Visual Basic |
---|
Public ReadOnly Property SystemType As String Get |
Visual C++ |
---|
public: property String^ SystemType { String^ get (); } |
Return Value
The FTP Server System type.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |