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++ ?
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- thread_local variables initialization
- What uses more memory in c++? An 2 ints or 2 funct
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