ClassFactory cannot supply requested class

I am trying to get the ASP demo page to work. It gets down to the line
Set g_objFTP = Server.CreateObject("sfFTPLib.FTPConnection")
The asp output displays: ClassFactory cannot supply requested class

I went ahead and registered this as a com componet. What am I missing?

With the latest release the asp demo page was updated. I was using the older page.

Yep the FTPConnection changed to FTPConnectionSTA for VB and co.

Set g_objFTP = Server.CreateObject("sfFTPLib.FTPConnectionSTA")