wodFTPServer ActiveX Control - State Property
      
 

Description

Holds current user's state.


Property type

A StatesEnum enumeration.  


Syntax

object.State



The State Property syntax has these parts:

Part Description
object An expression evaluating to an object of type FtpUser.

Remarks

State property holds current user's state. List of all states can be found in StatesEnum enumeration. When user's state changes, StateChanged event is fired.

You can get text representation of this state using wodFTPD.StateText property.