我想开发自己的FTP(服务器和客户端) [英] I want to develop my own FTP (server & client)

查看:75
本文介绍了我想开发自己的FTP(服务器和客户端)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想构建自己的FTP协议客户端和服务器,请告诉我其中涉及的步骤.如何开发它们?

编辑
http://filezilla-project.org/ [ ^ ]
/EDIT

Hi,
I want to build my own FTP protocol client and server, please tell me the steps involved. How to develop them?

EDIT
http://filezilla-project.org/[^]
/EDIT

推荐答案

第一步是购买FTP库,C ++不支持该内置库.
First step is to buy an FTP library, C++ has no support for that built in.


您可以:
  • 阅读FTP协议规范 RFC 959 ,并从头开始开发兼容的应用程序.
  • 查看免费的(或开放源代码,具体取决于您的需求)FTP程序,并进行自己的修改.
  • 将库用作 Christian 已经建议.
  • ...
You may:
  • Read the FTP protocol specifications RFC 959 and develop, from scratch the compliant applications.
  • Have a look at free (or open source, depending on your needs) FTP programs, and make your own modifications.
  • Use a library as Christian already suggested.
  • ...


第一步应该是问问自己自己为什么需要这样做.有很多成熟和免费的软件包,我会寻找其他事情做...

我认为 FileZilla 仍然是免费的,上次我检查时,甚至可以获取其源代码.

编辑---------------------

FileZilla应该在SourceForge上. Google是您的朋友.


编辑

Filezilla [ ^ ]

/EDIT
The first step should be asking yourself why you feel the need to do it. There are so many mature and FREE packages out there that I would look for something else to do...

I think FileZilla is still free, and last time I checked, you could even get the source code for it.

EDIT---------------------

FileZilla should be on SourceForge. Google is your friend.


EDIT

Filezilla[^]

/EDIT


这篇关于我想开发自己的FTP(服务器和客户端)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆