tcppipe
Open Source


TCPpipe is a small console-tool to transfer any data over a network. TCPpipe has to be run on both hosts. After establishing a TCP connection, the standard input on one host is sent to standard output... More


Project Details

AUDIENCE : system administrator
advanced users : LICENSE : gnu general public license (gpl)
OPERATING SYSTEM : Linux2
PROGRAMMING LANGUAGE : C
USER INTERFACE : console

Attribution :

Information obtained from users, and repositories like FLOSSmole, Wikipedia, Apache, Codehaus, Tigris and several others. Please inform us of any errors, objections or omissions. You can find our terms of service here.
more details



Alternatives



    Screenshots


    If you are a member, to have your comment attributed to you. If you are not yet a member, Join OStatic and help the Open Source community.


    Recent tcppipe activity

         

    TCPpipe Provides A Small Console-tool To Transfer Any Data Over A Network.

    TCPpipe is a small console-tool to transfer any data over a network. TCPpipe has to be run on both hosts. After establishing a TCP connection, the standard input on one host is sent to standard output on the other host.


    This can be used to create something like a pipeline between two processes which run on different hosts.


    TCPpipe is a very simple program, but it can be very useful.


    To compile type:


    $ make


    Then copy the binary where you want, for instance:


    # cp tcppipe /usr/local/bin


    USAGE EXAMPLES:


    For example you can transfer files without an FTP or HTTP server:

    On host A:


    tcppipe --listen --port 1100 --send file-on-B


    (The port 1100 is only an example, change the file- and hostnames.)


    You could even transfer many files with tar:


    tar -cOf file1 file2 dir/* | tcppipe -lp1100


    tcppipe -cp1100 192.168.0.5 | tar -xf -


    To gzip the data do this:


    prog-producing-output | gzip | tcppipe --send ...


    tcppipe --receive ... | gunzip | prog-reading-input


    0 Vote(s)

    Sponsor Gallery

    Career Center

    Posted: Nov. 24, 2009

    Posted: Nov. 24, 2009

    Posted: Nov. 24, 2009

    Posted: Nov. 23, 2009