Mail Archives: djgpp/1998/08/04/18:11:22
Jorge Iván Meza Martínez wrote:
>
> Hi,
> I am interested in create a mail program with DJGPP; in java you create a
> PrintWriter to send bytes to the server and send thru them the SMTP
> commands;
> how can open a stream to a server ( usign socket ) with DJGPP ?
Get one of the packages like libsocket. These interface to the Windows
Winsock scheme, and present a BSD-style socket interface (socket, bind,
etc). I think those docs are with it, or you can read man pages on a
Unix box.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -