Click here to Skip to main content
15,888,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am not experienced on C++ programming. Now I am trying to make program which would upload files from my PC to my host. Cannot find any examples on internet.

Thank you for your help.
Posted
Updated 12-Mar-11 7:34am
v2
Comments
HimanshuJoshi 12-Mar-11 13:35pm    
Edited to improve grammar and readability.
mbue 12-Mar-11 17:04pm    
Add HTTP, FTP or other protocols to your search phrase.
Regards.

1 solution

You cannot just "upload" something anywhere. You host should be running some service which would respond to your client's request to upload or download something. It can serve such operations using HTML or FTP protocol. You can also build any kind of custom service to support file transfer, usually based on TCP. When you decide what you want to have on you remote host, you can thing on your client part.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900