FTP

Mar 28, 2008 at 5:06am
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?
Mar 28, 2008 at 1:04pm
Mar 29, 2008 at 12:01pm
The source code doesn't want to open. It's not in a text file. It's in the application itself.
Mar 31, 2008 at 4:28pm
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.