2006年06月29日 星期四 19:58
我要做一个文件上传下载的服务器,很简单的东西,练练手 请问我需要哪些模块支持?需要准备哪些知识?
2006年06月29日 星期四 23:29
ftp? On 6/29/06, yi feng <yi2369 at gmail.com> wrote: > 我要做一个文件上传下载的服务器,很简单的东西,练练手 > > 请问我需要哪些模块支持?需要准备哪些知识? > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > >
2006年06月30日 星期五 09:12
socket ,threading ----- Original Message ----- From: "yi feng" <yi2369 at gmail.com> To: "python邮件组" <python-chinese at lists.python.cn> Sent: Thursday, June 29, 2006 7:58 PM Subject: [python-chinese] 文件上传下载的服务器,需要哪些模块? > 我要做一个文件上传下载的服务器,很简单的东西,练练手 > > 请问我需要哪些模块支持?需要准备哪些知识? > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年06月30日 星期五 11:44
我的问题有点大了。 1.上传下载有多少种方式实现?(ftp?http?tcp?scoket?)
2006年06月30日 星期五 13:37
楼上的最好先稍微补一点网络的基础,把ftp,http,tcp和socket之间的关系搞清楚。不然就算你写出来了,也只是照虎画猫 On 6/30/06, yi feng <yi2369 at gmail.com> wrote: > 我的问题有点大了。 > 1.上传下载有多少种方式实现?(ftp?http?tcp?scoket?) > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > >
2006年06月30日 星期五 14:54
xxmplus说的对,我的本意就是要学点网络知识。 请问我该从哪里入手?
2006年06月30日 星期五 15:04
基本概念总归要知道一点的,tcp/ip协议大概是怎么回事,不用了解的十分透彻,至少也要知道什么东西在哪一层上,要在哪一层上做开发。不想啃书的话,网上应该有不少现成的小教程 On 6/30/06, yi feng <yi2369 at gmail.com> wrote: > xxmplus说的对,我的本意就是要学点网络知识。 > 请问我该从哪里入手? > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > >
2006年06月30日 星期五 16:54
呵呵,看来没有偷懒的机会了! 只好啃书了!
2006年06月30日 星期五 17:08
偷偷懒,先写个简单的!
2006年06月30日 星期五 17:14
medusa含有个简单的ftp服务器,你可以去看看源码,代码量非常非常小. 网上这儿有个现成的介绍: http://www.chinaitpower.com/A/2003-02-15/50160.html
Zeuux © 2025
京ICP备05028076号