I have a small project I need to have done soon, and I can't do it right now. It is not for school or anything, just personal stuff I need. I know there are a ton of cool people here that have offered me some good advice, so if someone wants some side money I would rather see someone here get it if they want. What I am looking for is:
1. One form that will listen for incoming request on the internet. It will be given a string. This string is a path for am image. The computer will return this image to the computer that requested.
2. Another form that will send the path to the computer above an recieve the image that was sent. This form will need to do what it takes to go through a router.
I am basically trying to transfer images files over the net where I request the image by path from one computer. For some reason, I cant grasp some of the server/sockets/FTP stuff, so I am using this as an educational experience for myself also.
1. One form that will listen for incoming request on the internet. It will be given a string. This string is a path for am image. The computer will return this image to the computer that requested.
2. Another form that will send the path to the computer above an recieve the image that was sent. This form will need to do what it takes to go through a router.
I am basically trying to transfer images files over the net where I request the image by path from one computer. For some reason, I cant grasp some of the server/sockets/FTP stuff, so I am using this as an educational experience for myself also.
Last edited: