Hello!
I'm writting a little client and a server for transfering file...
So far , my client can send the file name .... and the file is even
created by the server .... but the content of the file is printed on the
STD out of the server instead of the content beeing written in the created
file..... so , the result of my transfer in an empty file whilst its content
is priinted out .... though , I've used "( write ( fd , buf , readSize ) "
were fd is a descriptor of the newly created file..... but ... :-(
there is something I'm doing wrong ... but I cannot see in..... perhaps I'm
a bit tired ......
You can have a look at the codes at http://ahouans.sh.cvut.cz/ctu/dsy/
...... Any help will be appreciated ....
Thanks....
Arcad.