http://www.newio.org/

Installation Instructions

1. Download and install the windows version of sshd

2. Download the latest newio package at ftp://ftp.newio.org/pub/newio
3. Select either the Server or the Client solution to build
4. Server programs should be copied to C:\CYGWIN\usr\local\nio\bin. Only programs residing in this folder will be allowed to run by niod.exe. If you installed CYGWIN in a different folder you will need to configure niod to search this new folder instead
5. Edit c:\cygwin\etc\sshd_config and add an additional Subsytem entry for newio that specifies where niod.exe can be found.

ex. Subsystem newio /usr/local/nio/niod.exe

The Subsystem name (newio in this example) must match the value defined in .\common\newio_version.h
If we can specify a server app here this may be a way to debug a server app by having d0 call it directly

!! Testing
1. Stop and restart the sshd service. At a dos prompt you can use net stop sshd and net start sshd, or you can do it through the Administrative Tools...Services panel

Notes Log files are created in C:\cygwin\home\username folder. Log files currently have a bug