The StateChange event is fired each time wodSFTP changes its internal
state. Initially it is set to Disconnected. Once you initiate a new connection
it will change to Connecting,
etc.
Using this event you can see if
wodSFTP is doing something or it is idle and waiting for your
commands.
You can determine the current state by using the State property.