I have a question and I was hoping someone could point me in the right direction.
I know the IP address of a server I want to download a file from, and I know the path on the client hard disk I want to download it to. How could I use C++ to download a file? I have http, ftp or any other protocol available on the server. Should I start brushing up my TCP/IP knowledge?