Thread: FTP Client
View Single Post
  #1 (permalink)  
Old 12-05-2006, 08:10 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Rep Power: 9
smith is on a distinguished road
Default FTP Client

I intend on creating an FTP client. Can someone tell me how the protocol responds when I connect and how I need to answer.

EX:

** Connection Made **
Ftp Server> Hello
client > Hello

etc....
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote

Sponsored Links