• tftp C++ library

    From ice.thm@gmail.com@21:1/5 to arahne on Tue Jun 7 06:13:28 2016
    On Wednesday, 26 November 2008 19:47:48 UTC+1, arahne wrote:
    alexia wrote:

    I was looking for a tftp C++ library to be used with an application I
    am writing. I searched sourceforge and the internet and didn't find
    any.
    It must not have GUI.

    Try ftplib by Thomas Pfau:
    http://nbpfaus.net/~pfau/ftplib/
    it is C based, shared library, you can also use it from C++.

    Dušan Peterc

    HI I am into the project and I need to make the TFTP client and I am new to the Socket Programming can someone please help me with the source code of the same.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tauno Voipio@21:1/5 to ice.thm@gmail.com on Tue Jun 7 16:53:30 2016
    On 7.6.16 16:13, ice.thm@gmail.com wrote:
    On Wednesday, 26 November 2008 19:47:48 UTC+1, arahne wrote:
    alexia wrote:

    I was looking for a tftp C++ library to be used with an application I
    am writing. I searched sourceforge and the internet and didn't find
    any.
    It must not have GUI.

    Try ftplib by Thomas Pfau:
    http://nbpfaus.net/~pfau/ftplib/
    it is C based, shared library, you can also use it from C++.

    Dušan Peterc

    HI I am into the project and I need to make the TFTP client and I am new to the Socket Programming can someone please help me with the source code of the same.


    Time to turn in homeworks at Justus-Liebig University?

    You can start by getting the TFTP RFC from <https://www.ietf.org/rfc/rfc1350.txt>.

    For socket programming, my favourite is UNIX Network Programming, by W.
    Richard Stevens.

    --

    -TV

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Tauno Voipio on Tue Jun 7 16:49:36 2016
    On 2016-06-07, Tauno Voipio <tauno.voipio@notused.fi.invalid> wrote:

    On 7.6.16 16:13, ice.thm@gmail.com wrote:

    On Wednesday, 26 November 2008 19:47:48 UTC+1, arahne wrote:

    alexia wrote:

    I was looking for a tftp C++ library to be used with an application I
    am writing. I searched sourceforge and the internet and didn't find
    any.
    It must not have GUI.

    Try ftplib by Thomas Pfau:
    http://nbpfaus.net/~pfau/ftplib/
    it is C based, shared library, you can also use it from C++.

    HI I am into the project and I need to make the TFTP client and
    I am new to the Socket Programming can someone please help me
    with the source code of the same.

    Time to turn in homeworks at Justus-Liebig University?

    You can start by getting the TFTP RFC from <https://www.ietf.org/rfc/rfc1350.txt>.

    For socket programming, my favourite is UNIX Network Programming, by W. Richard Stevens.

    Yes, Stevens is the bible of network programming, but a bit intimidating
    to newcomers. An excellent introduction to socket programming is
    "Beej's Guide to Network Programming".

    http://beej.us/guide/bgnet

    --
    /~\ cgibbs@kltpzyxm.invalid (Charlie Gibbs)
    \ / I'm really at ac.dekanfrus if you read it the right way.
    X Top-posted messages will probably be ignored. See RFC1855.
    / \ HTML will DEFINITELY be ignored. Join the ASCII ribbon campaign!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)