FTP

clover (6)
I can't seem to find good C++ FTP client source code. Nor can I find good C++ FTP server source code. All I want is some code that demonstrates how C++ listens on port 21 for incoming or outgoing ftp transactions. Does anyone know where I might find some of this?
Hotaru (31)
http://filezilla.sourceforge.net/
clover (6)
The source code doesn't want to open. It's not in a text file. It's in the application itself.
SteakRider (110)
Use these links
1
2
3
http://www.codeproject.com/KB/IP/ftpclientclass.aspx
http://www.codeproject.com/KB/IP/CFtpServer.aspx
http://www.codeproject.com/KB/IP/ftpserver.aspx 
Topic archived. No new replies allowed.