Re: Data Socket: SSL protocol error - WeOnlyDo Discussion board

Re: Data Socket: SSL protocol error (General questions)

by Aram Tutunciyan, Thursday, June 01, 2006, 15:37 (6533 days ago) @ wodDrazen

Hi Aram,


Please try something like this:

------------------------------------------------
Set dlx1 = New wodFtpDLXCom

dlx1.HostName = your_server_name
dlx1.Protocol = FTPSimplicit
dlx1.Passive = True
dlx1.Login = your_login
dlx1.Password = your_password
//dlx1.Blocking = True
dlx1.Connect
------------------------------------------------

You can also add Blocking= True just to be sure that you are connected to that server.

More help for Blocking Property find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Blocking.html

Hope I helped.


Regards,
Drazen


See my first posting with the sourcecode I'm using. Is more or less the same. I use the blocking mode.


Complete thread: