NetPipes

The netpipes package makes TCP/IP streams usable in shell scripts. It can also simplify client/server code by allowing the programmer to skip all the tedious programming bits related to sockets and concentrate on writing a filter/service. <P>Applications of these utilities can include file transfer, network backups, HTTP queries, remote procedure calls, and TCP daemon testing. <P>The SSL encryption filter available in the US/Canada version can be applied by shell scripts communicating with secure HTTPDs and can be used to make an SSL IMAPD out of a non-SSL one. (requires the SSLeay library).

Tags Internet Networking Systems Administration Utilities
Licenses GPL
Operating Systems POSIX
Implementation C

Tweet this project Short link

Rss Recent comments

Rcomment-before 07 Mar 2000 23:06 Rcomment-trans chronos Rcomment-after

Great for Data Migration
NetPipes makes it possible for PostgreSQL users to extract database contents using pg_dump and simultaneously recreate this data using psql on the other end of the connection. It eliminates the need to output to a temporary file, saving disk space. A very useful tool.

No-screenshot

Project Spotlight

Claims_DB

A BASH-based database engine.

0b7ab4fb349257e0046b4369dfe41d06_thumb

Project Spotlight

appctl

A generic application control framework.