Dart Ftp Control
System Property
Description
Returns the type of operating system being used on the server.
Property type
Read-only property
Syntax
Visual Basic
Public Property System As String
Remarks

This property is used after the Login method has completed. The value is returned on demand. The first time it is used, a blocking ftpSystem command is sent to the server. Blocked is True while this information is retrieved, and will not timeout unless the connection fails. Once the value of this property is known, it's immediately returned without checking the server.

If blocking behavior is not desired, you can set the Timeout Property to 0 and use the Command method with the string "SYST" to request system information.

Use error handling, since this property can return a run-time error.

Error Codes

This method may generate the following error code (refer to ErrorConstants for a complete list of error codes):

See Also

Ftp Object  | Ftp Members


PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic