SFML community forums

Help => Network => Topic started by: Someone on November 05, 2022, 03:15:34 pm

Title: ConnectionClosed Error 1002 at ftp.upload
Post by: Someone on November 05, 2022, 03:15:34 pm
I'm getting the error 1002 (ConnectionClosed) when I run my project.
The server address is correct and and doesn't start with ftp:\\. At the upload funtion I get the ConnectionClosed Error
sf::Ftp::Response res = ftp.upload(totalPath, "Game11/System", sf::Ftp::Binary);
Title: Re: ConnectionClosed Error 1002 at ftp.upload
Post by: eXpl0it3r on November 09, 2022, 08:32:21 am
And is the server running FTP and not SFTP or FTPS?