CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2008
    Posts
    2

    TFTP server in vc++

    Dear All,
    I have to work on TFTP server program using vc++.I already searched on the net , but did nt get any related info.
    If anybody has any info regading the basic TFTP implementation in vc++, please help me.

    Thanks in advance,
    Sunil.

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: TFTP server in vc++

    Have you checked out SourceForge.net? They've got source code for a TFTP server implementation for Windows here:

    http://sourceforge.net/project/showf...kage_id=183446

  3. #3
    Join Date
    Jul 2008
    Posts
    2

    Re: TFTP server in vc++

    Hi thanks for the reply. Im going through the code now.
    One question.
    If I can use the TFTP server of the OS from my application.
    Like when I have to send the file to TFTP client , can I call TFTP server service of the OS and send the file to client.

    Is it possible??

  4. #4
    Join Date
    Jun 2015
    Posts
    1

    Implementation of TFTP client in c++

    Hello All

    I have to implement TFTP client in c++ and I am not able understand how to implement and also not able find proper source for the implementation. Can anyone help me???

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: TFTP server in vc++

    Did you try to google for tftp+client+code+example?
    https://www.google.ch/search?q=TFTP&...t+code+example
    Last edited by VictorN; June 24th, 2015 at 03:07 AM.
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured