We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.