Re: ActiveX Can't Create Object error 429 (General questions)
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