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 |
A c# solution for writing Excel XML-compatible files from a Sql Server query.
- All comments
Recent commentsGreat 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.