createobject("ftp.ftp") fail
createobject("ftp.ftp") fail
anyone knows what it required to createobject("ftp.ftp"), on my old crashed machine it works and I did not even notice it, but now when I moved my code to the new one, it fails and says error 429, activex component can't create object, please help!
thanks a lot
!
Re: createobject("ftp.ftp") fail
"activex component can't create object" This is a ridiculus error .. like others in MS.
Try referencing the dll, and creating the object using new keyword.
Re: createobject("ftp.ftp") fail
Re: createobject("ftp.ftp") fail
If your trying to FTP then there are APIs that will do it without the need for a control or object.
http://www.allapi.net/apilist/6C3268...B16373E9F.html
Re: createobject("ftp.ftp") fail
Quote:
Originally Posted by cha0s4u
"activex component can't create object" This is a ridiculus error .. like others in MS.
Try referencing the dll, and creating the object using new keyword.
Thanks for quick reply, but
what dll shall I reference, that is exactly what I need to know.
Re: createobject("ftp.ftp") fail
Quote:
Originally Posted by Static
what are u trying to do?
create ftpclient and do FTP, any clues?
Re: createobject("ftp.ftp") fail
Quote:
Originally Posted by allenchan
create ftpclient and do FTP, any clues?
See code example in my post #4 link.