Re: Data Socket: SSL protocol error (General questions)
Hi Aram,
Please try something like this:------------------------------------------------
Set dlx1 = New wodFtpDLXComdlx1.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.htmlHope 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.