FTP

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?
The source code doesn't want to open. It's not in a text file. It's in the application itself.
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.