Re: Data Socket: SSL protocol error (General questions)
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