How to use wodSFTP from a Web Page (General questions)
I've created an ActiveX component using Delphi 2005 that works great on the PC I have wodSFTP installed on. My question is, how can I embed the wodSFTP.ocx file along with my sftpupload.ocx within a webpage and have it installed / registered on the client side?
This is how I embed my object but I can't figure out how to embed the wodSFTP.ocx.
<OBJECT name= MyFTP ID= MyFTP
classid= clsid:9FF75F92-5377-4B10-8FCA-D184637114DA
codebase= SftpUpload.ocx#version=1,0,8,0
width=400
height=350
align=center
hspace=0
vspace=0
Please help!
Thank you
Mr_Bogi
Re: How to use wodSFTP from a Web Page
Mr Bogi,
I don't have exact sample for wodSFTP, but I have for another product of ours. Would you be so kind to check out wodTelnetDLX helpfile
http://www.weonlydo.com/TelnetDLX/Help/GettingStarted_HTML.html
which explains how to do it - and then just change it to work with wodSFTP.
Hope this helps.
Re: How to use wodSFTP from a Web Page
Sorry it took so long to get back to you on this, I've been swamped with other projects and just now had the opportunity to get back to it.
The link you provided did help alot, however, now I am having a problem with the license.
We purchased a licensed version now, and I created a .inf and .cab file for it, however, when I include it on my web page it still comes up with the This product requires valid license key, but no such key is found. message. It also says WeOnlyDo! Secure FTP (Retail Version) 3.0.3.33 License key: <unavailable>
I tried creating a wodSFTP.lpk file and putting it on the webserver, but it doesn't seem to recognize it.
<object classid= clsid:3d25aba1-caec-11cf-b34a-00aa00a28331 viewastext>
<param name= LPKPath value= wodSFTP.lpk >
</object>
I got the Classid out of the LPK file itself, was that correct? I am including the above line before the SFTP line.
<object name= SFTP
classid= clsid:6795FA0F-35C3-4BEB-B3AA-F19DB0B228EA codebase= wodSFTP.cab#version=1.0.0.2 >
</object>
Both of those lines are before the line for my ActiveX component.
Any help or suggestions you could give me would be great!
Thank you
Re: How to use wodSFTP from a Web Page
MrBogi,
I can't say what's wrong since from what I see you did all correctly.
But we tried it overhere and made it work correctly. However, I cannot post here response, so can you please send email to techsupport and we'll send you required information via email (please use email you registered with us when order was placed).
We'll also provide digitaly signed CAB file so your users don't get that warning.
Hope I helped.
Kreso