Re: Distribute wodSFTP.OCX control And problem con - WeOnlyDo Discussion board

Re: Distribute wodSFTP.OCX control And problem con (General questions)

by Antonio01, Thursday, May 15, 2008, 10:49 (5834 days ago) @ wodDamir

Hi thanks for you quick reply amazing!

So i tried what you said to me to do in a simple ASP page on my server.

When i don´t write my licence key it´s work !!
but if i put wodSFTP1.LicenseKey = XXXX i have an error message :

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'LicenseKey'
/cmt_aqu/testSFTP.asp, line 7


Browser Type:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

My code :

dim wodSFTP1
set wodSFTP1 = Server.CreateObject( WeOnlyDo.wodSFTPCom.1 )

wodSFTP1.Blocking = 1

'wodSFTP1.LicenseKey = XXXX

wodSFTP1.Hostname = 10.68.2.213
wodSFTP1.Port = 22
wodSFTP1.Login = agarciae
wodSFTP1.Password = tototo
wodSFTP1.Connect
wodSFTP1.ListDir /home/agarciae
Response.Write(wodSFTP1.ListItem )
Response.Write((</br>)
wodSFTP1.Disconnect


THANKS FOR ALL,

Antonio


Complete thread: