Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: ConnectionClosed Error 1002 at ftp.upload  (Read 911 times)

0 Members and 1 Guest are viewing this topic.

Someone

  • Newbie
  • *
  • Posts: 1
    • View Profile
ConnectionClosed Error 1002 at ftp.upload
« 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);

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10828
    • View Profile
    • development blog
    • Email
Re: ConnectionClosed Error 1002 at ftp.upload
« Reply #1 on: November 09, 2022, 08:32:21 am »
And is the server running FTP and not SFTP or FTPS?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything