Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS - ActiveX Script Task

Status
Not open for further replies.

nyzja

Programmer
Jan 13, 2005
31
US
Hi! I created a script to download files from an FTP site using CuteFTP.

Set MySite = CreateObject("CuteFTPPro.TEConnection")

But I'm getting the following runtime error:

ActiveX component can't create object: 'CuteFTPPro.TEConnection'

I do have cuteFTP installed on my server so I'm not sure what else I'm missing.

Please help! Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top