SFML community forums

Help => Network => Topic started by: Sebox on September 27, 2014, 06:41:39 pm

Title: Problem with login to FTP
Post by: Sebox on September 27, 2014, 06:41:39 pm
Hello

I have problem, i try to login to my ftp and i have different error.
Unhandled exception at at 0x75D4B727 in keysfml.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0017EC68.

sf::Ftp ftp;
ftp.connect("ftp.test3.keed.pl");
ftp.login("blabla", "blabla123");

If i delete line of login i dont have error. What's problem ?






EDIT:

Resolved - i has problem with library.