ftpd
ftpd copied to clipboard
Avoid busy wait by joining with server thread
Fix for issue 47. I realize you put in a call to gets, but what would happen if a user enters a line and hits return? I guess that would kill the server. I tested this and it seems to work fine with ^C.