Re: ActiveX Can't Create Object error 429 - WeOnlyDo Discussion board

Re: ActiveX Can't Create Object error 429 (General questions)

by Antonio01, Wednesday, May 21, 2008, 13:13 (5828 days ago) @ wodDamir

I uninstalled wodsftp reinstalled it after

The sample code
<
dim Sftp
set Sftp = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )
Sftp.Blocking = 1
Sftp.LicenseKey = XXXX
Sftp.Hostname = XX
Sftp.Login = XX
Sftp.Password = put.your.password
Sftp.Connect
Sftp.ListDir /
Response.Write(Sftp.ListItem)
Sftp.Disconnect
>


And i have can create object


Complete thread: