Hello everyone, I have to use raw sockets for a college assignment. I basically have to code a simplified FTP client of sorts to connect 2 machines. No IP nor TCP involved by definition. The specification for this assignment is similar to the Kermit protocol, if anyone is familiar with that.
I wonder if any of you have some good material to point me at. Most tutorials are for Linux (and I will be the first ever in make this assignment in OpenBSD!) The man pages are awesome, but I was looking for some material that would point me at the right direction from a beginner's point of view. I've read the sockets, recv and send man pages, I would be glad to hear what other man pages are important for this project. Thanks in advance.