Thread: Send files from one computer to another

  1. #1
    ... arjunajay's Avatar
    Join Date
    May 2005
    Posts
    203

    Send files from one computer to another

    What are the things/topics that I need to learn to send files from one computer to another one connected via a LAN/modem? Basically I want my program to automatically make back ups of files in a specified directory by saving them to another connected computer.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    319
    ftp/tftp/winsock

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    If the two PCs are always the same I think the simplest solution would be to map a network drive on the source PC to a folder on the destination PC.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tuncated uint8_t
    By Coens in forum C Programming
    Replies: 14
    Last Post: 11-24-2008, 07:57 AM
  2. nonblocking send need help
    By sleith in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-27-2008, 10:51 PM
  3. Socket Send Help
    By cloudy in forum Networking/Device Communication
    Replies: 2
    Last Post: 11-13-2007, 04:17 PM
  4. sending n no of char data uning send() function,
    By thebrighter in forum Windows Programming
    Replies: 1
    Last Post: 08-22-2007, 12:26 PM
  5. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM