主题:我想写一个FTP服务器 需要精通哪些知识
wkj5945
[专家分:0] 发布于 2006-04-20 13:01:00
本人大言不惭,想写一个FTP服务器,但是不知道怎么入手,有高人愿意指点一下
回复列表 (共4个回复)
沙发
justforfun626 [专家分:18460] 发布于 2006-04-21 00:34:00
Why do you want to reinvent the wheel?
Find an open source one, learn from it. If you find some bugs inside, fix them.
In this way, you learn, and also contribute to the open source community.
Thanks!
板凳
lddLinan [专家分:280] 发布于 2006-04-21 13:12:00
ftp's sessions which could be referred to some RFC documents.
system calls for network.
it's much a easy way to start with a client site instead of a much more complicate server site.
3 楼
cmaster [专家分:9520] 发布于 2006-05-02 21:04:00
ftp库函数,直接帮你风状了TCP
4 楼
cmaster [专家分:9520] 发布于 2006-05-02 21:05:00
我还没有使用过
我来回复