Re: [FTPS] Cannot connect anymore with updated ver (General questions)
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.Connectdlx1.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:
- [FTPS] Cannot connect anymore with updated version - Ben, 2010-04-07, 12:39
- Re: [FTPS] Cannot connect anymore with updated ver - Ben, 2010-04-07, 13:18
- Re: [FTPS] Cannot connect anymore with updated ver - woddrazen, 2010-04-07, 16:00
- Re: [FTPS] Cannot connect anymore with updated ver - Ben, 2010-04-07, 16:17
- Re: [FTPS] Cannot connect anymore with updated ver - wodDamir, 2010-04-07, 16:21
- Re: [FTPS] Cannot connect anymore with updated ver - Ben, 2010-04-07, 16:17
- Re: [FTPS] Cannot connect anymore with updated ver - woddrazen, 2010-04-07, 16:00
- Re: [FTPS] Cannot connect anymore with updated ver - Ben, 2010-04-07, 13:18