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!
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!