Hi all! I have to implement a kind of FTP server in C++ for a school project. The goal is learn how the FTP works internally.
I'm a lil bit lost in how to start it. I know the FTP Protocol, but I still don't know what can I do to start coding.
Someone can point me a way to start? Some links, libs in C++, etc? Remembering that is a server side implementation.
Thanks in advance! :)