Tag Archives: socket

communication between client and server(Both on different system) through socket with Domain-AF_INET

RCS file: RCS/server.c,v Working file: server.c head: 1.6 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 6;    selected revisions: 6 description: main server file Include socket.h and types.h —————————- revision 1.6 date: 2014/11/06 05:25:09;  author: root;  … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged , , | Leave a comment

Done: client-server using AF_INET on the same system using loopback

RCS file: RCS/server.c,v Working file: server.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3;    selected revisions: 3 description: main server file Include socket.h and types.h —————————- revision 1.3 date: 2014/11/04 12:02:06;  author: root;  … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged , , , | Leave a comment

Client-server using socket (AF_UNIX)

RCS file: RCS/client.c,v Working file: client.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: client requesting to server via socket —————————- revision 1.1 date: 2014/11/03 13:31:01;  author: root;  state: … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged , , | Leave a comment