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
Complete thread:
- ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 12:40
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 12:53
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:01
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 13:11
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:13
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:20
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:29
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 14:08
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 14:16
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 17:12
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 14:16
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 14:08
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:29
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:20
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:13
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 13:11
- Re: ActiveX Can't Create Object error 429 - Antonio01, 2008-05-21, 13:01
- Re: ActiveX Can't Create Object error 429 - wodDamir, 2008-05-21, 12:53