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";
}
|