I'm creating a program in Manged C++ .NET 2.0 that needs to download a file. I've done sockets and everything but I cant find any information on download a file.
I need to download a file from http (port 80). Can anyone help point me in the right direction?
Void
With most http libs, simply request the file as if it was a document. The server will send a mime-type header on how to handle it, so your app will know its a file. then write the contents of the full stream to a file and thats it.
But how do I keep it connected and read each byte in?
Void
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks