-1

Is it possible to use FTP protocol for an instant messaging software instead of other common protocols?

Vlad
  • 115
  • 7

1 Answers1

-2

It is possible to build some kind of IM app with the FTP protocol but it would be painful, slower than others and probably insecure.

You might want to consider

XMPP is the open standard for messaging and presence https://xmpp.org/

Lismore
  • 259
  • 2
  • 11