搜索结果
找到约 3 项符合
lsocket 的查询结果
按分类筛选
网络 FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket
FTP服务器示例
实现客户发出请求下载服务端文件的功能
服务器能同时响应多个客户的请求
编译方式: cc TcpSer.c -o TcpSer -lsocket
*行业应用 s1.c是server
s1.c是server,c.c是client,
server負責接收client傳的數字進行運算並回傳,運用了同步的機制。編譯須加 -lsocket -lpthread -lrt
Linux/Unix编程 A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtpr <port number> (<relay server>)