C/C++ library as FTP server [closed]
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 questionI 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
精彩评论