You will implement a reliable FTP client-server system. Provide a simple menu to the user, e.g.1. GET2. PUT3. CD4. QUITYour code must be robust and handle any incorrect user input. Since there can be multiple clients querying the server at the same time with each...