On Sun, Oct 30, 2011 at 09:32:03PM -0200, VICTOR TARABOLA CORTIANO wrote:
> 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.
> 
It may be a good idea to download src.tar.gz (web interface to CVS is also 
nice, but you will not be able to use grep) and try to find any similar code 
there.
Netintro(4) is definitely worth reading.

Reply via email to