Thread: Open Source Tiny Simple TFTP Server

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    265

    Open Source Tiny Simple TFTP Server

    Im looking for a (read the topic).

    Yes I googled it.

    Any non-sarcastic or flame-free replys would be greatly appreciated.

    Im looking to add simple file transfer functionality to one of my pieces of software, without requiring additional processes or files. Im having a really hard time finding a simple TFTP daemons source to check out how to do this. Every OS comes with a TFTP client so i wont have to worry about that part of it. Just a system("TFTP PUT/GET <IP> <FILENAME>") call to do the dirty work. Im hoping somebody here either has one, or borrowed one as im hoping to do.


    Thanks for your time.

  2. #2
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    I don't think it should be too hard to write your own file transfer module, if you're not worrying about multi-process/threaded stuff and blocking isn't a problem (which I'm assuming it isn't because you're using system()). Especially since you have a socket wrapper written and ready to go As far as I can tell, you just need to wrap the commands and stuff in functions for ease of use, and you're set. 'Course, as I haven't tried it before, it might be much easier said than done
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  2. Looking for coder: Simple C++ Client / Server game
    By kocho in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 02-04-2006, 02:34 PM
  3. Simple? winsock client - server problem
    By knutso in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2003, 04:51 AM
  4. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM
  5. OpenGL Open Source
    By gnu-ehacks in forum Game Programming
    Replies: 2
    Last Post: 11-29-2001, 12:50 AM