Distribute wodSFTP.OCX control And problem conecti (wodSFTP / wodSFTP.NET / wodSFTPdll)
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:
- Distribute wodSFTP.OCX control And problem conecti - Antonio01, 2008-05-15, 10:15
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 10:41
- Re: Distribute wodSFTP.OCX control And problem con - Antonio01, 2008-05-15, 10:49
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 10:59
- Re: Distribute wodSFTP.OCX control And problem con - Antonio01, 2008-05-15, 11:04
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 11:06
- Re: Distribute wodSFTP.OCX control And problem con - Antonio01, 2008-05-15, 11:38
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 11:06
- Re: Distribute wodSFTP.OCX control And problem con - Antonio01, 2008-05-15, 11:04
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 10:59
- Re: Distribute wodSFTP.OCX control And problem con - Antonio01, 2008-05-15, 10:49
- Re: Distribute wodSFTP.OCX control And problem con - wodDamir, 2008-05-15, 10:41