Thread: linus c client program

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    1

    Question linus c client program

    hi,
    what steps should i take to program a client that sends a .out file to a specific server .... where to start from ????

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    you really haven't provided enough information for us to give you advice.

    we need to know:

    how is the file generated?
    what means of transferring the file do you want to use? tcp/ip, ipx, nfs, smb, etc.
    what is the server supposed to do with the file when it receives it?
    does the file transfer need to be secure? (encrypted)
    is the file very large? does it need to be compressed before sending?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c program help :>
    By n2134 in forum C Programming
    Replies: 9
    Last Post: 02-06-2010, 12:12 PM
  2. Server and client in the same program
    By smithx in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-25-2008, 09:30 PM
  3. Socket Programming Problem!!!!
    By bobthebullet990 in forum Networking/Device Communication
    Replies: 2
    Last Post: 02-21-2008, 07:36 PM
  4. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM