Let's say I wanted to download a file from a computer, how would the address look like...

let's say the file is in: c:\file.zip
and the ip is: 111.111.111.1

what I need to know is how to combine the ip and the file address so that the download can start...(i alreadry have a winsock connection)..so it can be something like:

http://www.mysite.com/file.zip (in this same format)

Thanks.