Description
-
Determines is server is active.
Property type
-
A Boolean value.
Syntax
-
object.Status
The Status Property syntax has these parts:
| object |
An 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).
|