socat

English version below

Ports de socat pour Windows

Ici, quelques versions compilés (binaires) de ce formidable outil qu’est socat pour Windows

Site officiel

Cette page ne remplace en rien le site officiel de socat : http://www.dest-unreach.org/socat/.
Il n’est disponible ici que certaines versions pour Windows compilées par mes soins, il vous appartient normalement de la compiler vous même à partir des sources.
Je ne suis pas l’auteur de ce programme, tout le mérite revient à Gerhard Rieger.

Téléchargements

Limitations

  • Les canaux nommés Unix, sockets Unix, et autres spécificités Unix ne fonctionnent pas dans la version Windows
  • IPv6 n’étant pas encore « nativement » supporté par Cygwin, pas de support IPv6
  • …?

Compilation

…sous un environnement Cygwin

./configure
make
make install

Windows ports of Socat

Here, some compiled (binaries) versions of this wonderful tool that is Socat for Windows

Official website

This page doesn’t replace the official Socat’s website : http://www.dest-unreach.org/socat/.
There are here only some versions for Windows compiled by myself. Normaly, you must compile it yourself from sources.
I am not the author of this program, all credit goes to Gerhard Rieger.

Downloads

Limitations

  • Unix named pipe, Unix sockets, and others Unix specifics not work under Windows
  • IPv6 is not yet « natively » supported by Cygwin, so no IPv6 support
  • …?

Compilation

…under Cygwin environnement

./configure
make
make install

17 réflexions sur « socat »

  1. Ping : Remote MySQL Administration for 1and1: Windows « Franklin Strube – Web Developer

  2. Ping : Redirection de ports avec Socat – Sysblog

  3. Thank you for the windows port. Due to the security issues in previous versions, any chance you can compile the latest 1.7.3.1?

    Thanks,
    Jo

  4. Ping : Запуск GUI приложений в Docker – Dev-Ops-Notes.RU

  5. How to install in Windows

    1. Download and install Cygwin from https://www.cygwin.com

    2. Install additional Cygwin packages:
    – gcc-g++
    – gcc-core
    – cygwin32-gcc-g++
    – cygwin32-gcc-core
    – make

    3. Download socat current version http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz

    4. Open Cygwin prompt and chage to directory where downloaded socat

    tar zxvf socat-1.7.3.2.tar.gz
    cd socat-1.7.3.2
    ./configure
    make
    make install

    Done!

  6. Ping : Запуск GUI приложений в Docker – Dev-Ops-Notes.RU

  7. Ping : Open a test TCP connection to a specified IP/Port - Programming Tutorial

  8. Ping : Create a local SSH server (or proxy) for connection tunneling behind a proxy with authentication? - Programming Tutorial

  9. Ping : uTorrent and PuTTY -> How to turn the connection into an active one? - Boot Panic

  10. Ping : Create a local SSH server (or proxy) for connection tunneling behind a proxy with authentication? - Boot Panic

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.