Distribute wodSFTP.OCX control And problem conecti - WeOnlyDo Discussion board

Distribute wodSFTP.OCX control And problem conecti (wodSFTP / wodSFTP.NET / wodSFTPdll)

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

I would like to know How to distribute wodSFTP.OCX when using the ActiveX control. I have a problem of conection to ...

My Problem :

I have installed the wodsftp software my dll are on System32.
My webproject is in ASP. I read in the getting starded i need ti
Distribute wodSFTP.OCX when using the ActiveX control but i have no idea how to distribue it ??? Could you help me am i in rigth way to use wodSFTp with ASP and how to distribute an ocx file ...

I did a function to test but i have noting and no error message:

Function CopyFTP2test(host,user,pwd,localFile,remoteFile)

Dim success
Set wodSFTP1 = Server.CreateObject( CMT_AQU.WeOnlyDo.wodSFTPCom.1 )
Response.Write( object created )
wodSFTP1.Blocking = 1
Response.Write( object created )
wodSFTP1.LicenseKey = XXXXXX
Response.Write( asdfadsf )
Response.Write( wodSFTP1.LicenseKey ) // Nothing is Write think my object is not created .=(


wodSFTP1.Hostname = 10.68.2.11
wodSFTP1.Port = 22
wodSFTP1.Login = agarciae
wodSFTP1.Password = tototot
Response.Write( BEFORE CONECT ) // Nothing is Write on my page

wodSFTP1.Connect
wodSFTP1.ListDir /
Response.Write(wodSFTP1.ListItem) // nothing write
wodSFTP1.Disconnect


End Function


Complete thread: