This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTP client (Rl-ARM) nor working properly

Hi all,

I'm using the FTP client of RL-ARM and I have a strange issue...

The ftp is working ok but sometimes when I connect to the server using the function ftpc_connect the function returns __TRUE like the ftp was successfully started but sometimes, like random around 1 each 10 times, never have a response on the callback function... The FTPC_DEFTOUT is set to 5 seconds and I can wait one hour and never have a response, I have to put a timeout for the callback and if not answer in 7 seconds (two more than the ftp timeout) call another time to ftpc_connect and then everything goes ok...

Can any help me to find why don't have any callback when connection established?

Thanks in advance.