Help Regarding FTPS (wodFtpDLX / wodFtpDLX.NET)
Hi,
Can someone help me with using the library to implement FTP over SSL using PASV mode?
Thanks for ur help.
-Raj
Hi,
Can someone help me with using the library to implement FTP over SSL using PASV mode?
Thanks for ur help.
-Raj
by woddrazen , (6132 days ago) @ Raj
Hi Ray,
Yes of course, we will be glad to help you.
First of all you should change protocol to FTP over SSL using wodFtpDLX Protocol Property.
I'm not sure which type exactly of FTP over SSL protocol you need but you can check this out by changing Protocol Property value to: FTPSnodata, FTPSwithdata or FTPSimplicit. That will help you to determine which protocol you need to use.
More help about Protocol Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Protocol.html
Passive mode (PASV) you can enable by setting wodFtpDLX Passive Property to True.
More help for Passive Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Passive.html
Here is some basic example
[code]Set dlx1 = New wodFtpDLXCom
dlx1.Protocol = FTPSwithdata
dlx1.HostName = your.hostname
dlx1.Blocking = True
dlx1.Login = your.login
dlx1.Password = your.password
dlx1.Passive = True
dlx1.Connect[/code]
You can find samples that comes with wodFtpDLX in component Samples folder. Maybe they can also help you here.
Let us know how it goes.
Regards,
Drazen
by Raj , (6132 days ago) @ woddrazen
Thanks for your help.
Where can I find the Dll that supports FTP over SSL?
The FTP server I wanted to connect changes its IP once authentication has been done. Does WeOnlyDo support such situation?
Thanks in advance for your help.
-Raj
by woddrazen , (6132 days ago) @ Raj
Raj,
You can download wodFtpDLX ActiveX component here:
http://www.weonlydo.com/Samples/wodFtpDLX.exe
If you need NET component, you can download wodFtpDLX.NET component here:
http://www.weonlydo.com/Samples/wodFtpDLX.NET.msi
Usage of both component is much same. Samples are included for both components. You can find it in component Samples folder.
About change of IP when user is connect. Maybe you should use StrictHost Property and set value to True. That should be done before Connect Method.
More help for StrictHost Property you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~StrictHost.html
Drazen
Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!
...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...
Thank you for the great customer service ... I am really impressed with the wodSSH ActiveX control.
Congratulations on an excellent product and first rate support!
May I say how nice it is to work with components so complete and self-explanatory that using them in my application is as instinctive as though I wrote them myself?
I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.
You made it so simple for us to integrate SFTP - a technology we had little experience with...
Your customer service was excellent, and I will look at your products in the future for precisely that reason.
Your customer service was excellent, and I will look at your products in the future for precisely that reason.
We have recently completed a large 1200+ location project where reliable Telnet and SSH connectivity was required. wodSSH worked flawlessly and allowed our staff to complete our project ontime and within budget.