[C] socket programming i'm stuck with that - Programming On Unix

Users browsing this thread: 1 Guest(s)
pvtmert
Members
here is my applications...

header: http://pub.iotek.org/p/AOrQrma
server app: http://pub.iotek.org/p/D2OUQ7o
client app: http://pub.iotek.org/p/z4uA4aL

the purpose is little file upload protocol that supports multiple files...
its like http... first computers negotiate with unix epoch time (for files' sake) then sends name/path of file... server recieves file then waits for next put header until no header left... then closes connection and exits from child...

server is getting stuck after forking...
client is working correctly, i tested with netcat...
Code:
Slax 7.0.8 (32-bits + PAE)
----- BEGIN GEEK CODE BLOCK-----
Version: 3.1
GE/CS/CM/S d+@ s-:- a--- C++++(++) UL+++ P+ L+++ E?() W+++(++) N? o? K- w+
O M-- V- PS+ PE Y? PGP- t+ 5? X++++(+++) R- !tv b+ DI? D- G e- h+ r-- z--
------END GEEK CODE BLOCK------


Messages In This Thread
[C] socket programming i'm stuck with that - by pvtmert - 17-09-2014, 07:28 AM