Re: [FTPS] Cannot connect anymore with updated ver - WeOnlyDo Discussion board

Re: [FTPS] Cannot connect anymore with updated ver (General questions)

by Ben, Wednesday, April 07, 2010, 16:17 (5343 days ago) @ woddrazen

Hi Ben,


I manage to transfer 40MB file to your server without any problem.

Here is code I use:
[code]dlx1.HostName = hostname
dlx1.Login = login
dlx1.Password = password
dlx1.Protocol = FTPSwithdata
dlx1.Blocking = True
dlx1.StrictHost = True
dlx1.Connect

dlx1.PutFile c:\test4.rar , /users/path/test4.tst [/code]
Can you try something like that and let us know how it goes?


Regards,
Drazen

Using this simple code works, but problem is my application uses blocking setting to false to handle Error management and reconnect if needed... Maybe something is wrong in my source code, but I don't see where (and I don't understand why it worked with previous version but not now).

Do you want me to send you extracts of the source code? If so, can I do this by e-mail?


Complete thread: