Back to product page

Status property


Determines is server is active.

Type

A Boolean value.

Syntax

  • Basic
object.Status
The Status(object) syntax has these parts:
objectAn expression evaluating to an object of type wodFTPD.

Remarks

Status property is used to determine if server is currently active and accepting connections, or not. It is possible that server is not active, and still port 21 (or 22 if SFTP protocol is used) is accepting connections - in which case someone else is using the port (it is possible that even some other instance of wodFTPD is running).

Platforms

Windows