Thread: reading/writing files to a server

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    1

    reading/writing files to a server

    Hey programmers. Im starting out writing some 'intermediate' programs. Currently Im working on a chat program that is similar to an MMO chat feature.

    So far, I have all the basics in place. register username password, verify username/password, store all that in a file. and various other chat function stuff.


    okeydokey, on to the question:

    I want to store all the file info on a server and make it all secure and whatnot.

    if you guys could just send me on the correct direction on what libraries I should be looking into I would love you forever, possibly a couple tutorials, or something to google other than, "storing files on a server".

    anyway, thanks guys
    -iLLo

  2. #2
    Registered User
    Join Date
    Jan 2010
    Posts
    30
    To communicate securely with a server, you need some encrypted connection. The standard one is SSL. There is an open source library for it here:

    OpenSSL: The Open Source toolkit for SSL/TLS

    If you already knew about SSL, then that's all you need, I suppose. Otherwise, you need to google SSL and see how it works.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C reading/writing files
    By daza166 in forum C Programming
    Replies: 24
    Last Post: 12-07-2010, 10:45 AM
  2. Server sends unknown number of messages, client doesn't know when he stops
    By Phoenix_Rebirth in forum Networking/Device Communication
    Replies: 0
    Last Post: 11-21-2010, 01:48 PM
  3. Server Architecture
    By coder8137 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-29-2008, 11:21 PM
  4. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM