Hi,
I am completely new to SFML and I tried to use the ftp class.
When I try to download large files like 500 kB everything works really well and after every transfer I get the 226 from the server but if I try to download a file smaller than 100 kB than I never get the 226 and so the loop gets stuck. The file itself is downloaded correct an I can access it.
It is "just" that because I do not get the 226 no other command is executed.
I am not sure whether this is an issue with SFML or with the server.
I also tried to use a local FTP server and with it everything worked well.
So it looks to me like it is a problem with the server.
Has anyone made experience with this or has a trick for me?
Thank you very much :-)