|
Write a TCP/IP client server talk program to transfer a file from client to the server:
要求:TCP server will wait for the client connection and the client will send a file (for example, c:\abc.jpg) to the server side and save it to any temporary directory you like。
用c++还java都可以 谢谢啦 |
|