FTP客户端和服务器源代码(C语言)实现要点.pdfVIP

  • 54
  • 0
  • 约3.61万字
  • 约 26页
  • 2021-10-14 发布于上海
  • 举报

FTP客户端和服务器源代码(C语言)实现要点.pdf

课程设计: FTP 的设计与实现 /****************client.c****************/ #include winsock2.h #include stdio.h #include stdlib.h #pragma comment (lib ,ws2_32.lib) #define DEFAULT_PORT 2302 #define DEFAULT_BUFFER 2048 #define DEFAULT_MESSAGE This is a test of the emergency \ broadcasting system char szServerip[128], // Server to connect to szMessage[1024]; // Message to send to sever int iPort

文档评论(0)

1亿VIP精品文档

相关文档