C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 08-20-2005, 11:53 AM   #1
Registered User
 
Queatrix's Avatar
 
Join Date: Apr 2005
Posts: 1,342
Question How do I write a file onto the internet?

How do I write a file onto the internet?
(I can allready read a file off of the internet)
Thanks, August.
Queatrix is offline   Reply With Quote
Old 08-20-2005, 12:16 PM   #2
Registered User
 
Join Date: Nov 2002
Posts: 491
You have to be more specific. Are you refering to POST'ingit on a website or just sending it over a socket? There are tons of possibilities for what you are asking.
orbitz is offline   Reply With Quote
Old 08-20-2005, 05:37 PM   #3
Registered User
 
Queatrix's Avatar
 
Join Date: Apr 2005
Posts: 1,342
Well I really don't know, this is what I want to do:
Make a program that can write data to a text file that is on the internet.
(Conditions depend on what would be written.)
Then, A program on a different computer would retrieve that written data.
So in other words, The two programs would be communicating with each other over the net, even though, they are on both on different computers.
Queatrix is offline   Reply With Quote
Old 08-20-2005, 05:39 PM   #4
Registered User
 
Join Date: Nov 2002
Posts: 491
It sounds like you probably need to do a good deal of research before you can write these applications. You sound like you don't quite know enough to actually write them.
orbitz is offline   Reply With Quote
Old 08-20-2005, 05:59 PM   #5
Registered User
 
Queatrix's Avatar
 
Join Date: Apr 2005
Posts: 1,342
Suggestions about what I should learn first?
Queatrix is offline   Reply With Quote
Old 08-20-2005, 06:32 PM   #6
Registered User
 
Join Date: Nov 2002
Posts: 491
First you probably want to define your problem. Then probably the client/server model. Then probably read up on various communication protocols such as telnet, ftp, and http, all of which have RFC's you can read (just google for "rfc telnet" or "rfc ftp" to find it). Also do you fully understand whatever language you are planning on implementing all of this in? What language are you using? You probably should also read up on endianess.
That's all that comes to mind right now. I'd say the most important part is understanding your language.
orbitz is offline   Reply With Quote
Old 08-25-2005, 06:08 PM   #7
Registered User
 
Queatrix's Avatar
 
Join Date: Apr 2005
Posts: 1,342
Quote:
Originally Posted by orbitz
You sound like you don't quite know enough to actually write them.
You'r probably right.
Queatrix is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie homework help fossage C Programming 3 04-30-2009 04:27 PM
gcc link external library spank C Programming 6 08-08-2007 03:44 PM
help with text input Alphawaves C Programming 8 04-08-2007 04:54 PM
Encryption program zeiffelz C Programming 1 06-15-2005 03:39 AM
archive format Nor A Brief History of Cprogramming.com 0 08-05-2003 07:01 PM


All times are GMT -6. The time now is 01:53 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22