Frequently Asked Questions

Does wodFtpDLX have something like list of states that I can look to see if I am connected or not?

You can use StateChange Event and StateTex Property to determine your current state.

Here is example:

Private Sub dlx1_StateChange(ByVal OldState As wodFtpDLXComLib.StatesEnum)
     Debug.Print dlx1.StateText
End Sub


 Last updated Thu, Nov 7 2013 11:00pm

Please Wait!

Please wait... it will take a second!