Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > System > Networking

    TCPpipe 0.2

    Download button

    No screenshots available
    Downloads: 489  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Grischa Weberstädt | More programs
    GPL / FREE
    April 10th, 2007, 20:05 GMT
    ROOT / System / Networking

     Read user reviews (0)  Refer to a friend  Subscribe

    TCPpipe description

    TCPpipe provides a small console-tool to transfer any data over a network.

    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-A

    On host B:

    tcppipe --connect --port 1100 --receive host.name.of.A > 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

    What's New in This Release:

    · all the documentation stuff + improved Makefile
    · support for resolving host names
    · additional parameter checks



    Product's homepage

      


    TAGS:

    transfer any data | over network | TCP connection | TCPpipe | transfering | data

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM