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

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

by wodDrazen, Thursday, June 01, 2006, 15:09 (6510 days ago) @ JasonH

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


Complete thread: