Thread: How do I write a file onto the internet?

  1. #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.

  2. #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.

  3. #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.

  4. #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.

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Suggestions about what I should learn first?

  6. #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.

  7. #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.

Popular pages Recent additions subscribe to a feed

Similar Threads

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