The library doesn't connect to the FTP server when you initialize the object.
It only connects when you call one of the methods that requires connection and it then disconnects.
You need to handle the various Completed events and check whether the operation was successful or not.