TCP文件服務器搭建

TCP 文件服務器實現功能 主要實現文件的上傳,下載,查看功能。 TCP文件服務器server.c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <netinet/i
相關文章
相關標籤/搜索