开发者

C/C++ library as FTP server [closed]

开发者 https://www.devze.com 2023-01-30 23:39 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. 开发者_如何学CYou can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I have to add a ftp server to my C++ program so it can receive some files. Do you know any library out there in C or C++ ?


This one is exactly what I'm looking for: http://sourceforge.net/projects/cftpserver

It's a nice class of two files only where you can start, stop the server, set port, add users that can connect and their home directory etc ...


This seems to be a good one: http://www.codeproject.com/KB/IP/ftpclientclass.aspx


These guys are known for making the premier network libraries: http://www.nsoftware.com/ipworks

0

精彩评论

暂无评论...
验证码 换一张
取 消