I had a problem when I executed my script. My script function is to upload a text file from my server to another server.
I have set objFTP = createObject("NIBLACK.ASPFTP")
in my script, but when I run that script, I get the following error:
ActiveX component can't create object "NIBLACK.ASPFTP".
For that problems, I've registered "aspftp.dll" and copied that file to "C:\Windows\System32" and "C:\Windows\SysWOW64" with regsvr32
, but it didn't work at all.
My server is windows server 2012 R2 Standard.
Any suggestions why the object cannot be created?