how server can save a file which has been sent by a client?!
Posted
by
Negneg
on Stack Overflow
See other posts from Stack Overflow
or by Negneg
Published on 2011-01-10T03:11:41Z
Indexed on
2011/01/10
4:53 UTC
Read the original article
Hit count: 151
c
Hello,
I am writing a client-server in C in which many clients send a running file to server and server needs to execute the file and save the result in their computer. now I have 2 questions: 1-should server save the receiving file before executing it?if yes how? 2-I am going to use CreateProcess() function to make a child and run every clients file in different process..is that a good choice?!
thank you for your kind help in advance Negar
© Stack Overflow or respective owner