Every method in `dominh` which uses an FTP connection currently sets up its own connection, does it's job and then disconnects. This adds overhead. Using a persistent connection would avoid that overhead.