Gets the system type of the FTP server.

Namespace: Jscape.Ftp
Assembly: 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

ExceptionCondition
Jscape.Ftp..::..FtpExceptionIf an I/O or FTP error occurs.

See Also