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

2019-05-12 07:39发布

问题:

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++ ?

回答1:

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 ...



回答2:

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



回答3:

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



标签: c++ linux ftp