Hello
I'm making an application which should interact with FTP-servers very intensive. And for that I'm using SFML.
However, for some reason it's a very unstable applications until now.
So, it should be able to download files really fast, at least 1 file every half of a second.
But sometimes it can't even handle one application every five seconds.
The download from FTP function is in a for loop, and sometimes it works perfectly. All the five files are downloaded without problems. But when I retry my application then (no changes made to the code) it can only download one file then and then it just stops.
Just wondering if anyone else also encounters these problems and if there's a way to fix it.
Thanks for reading,
Niely