Activity for Windows RSH daemon

  • Santiago Santiago posted a comment on discussion Open Discussion

    Any freeware, command line client (RSH/RCP) in Windows? Old versions of Windows had a native client, but not the more recent ones (as Windows 10)

  • AlexeyB AlexeyB modified a comment on discussion Help

    There is a small change that chould be applied to source code (rshd.c) ro avoid this. Change include winsock.h to winsock2.h, look for shutdown() function in source file and change second parameter of shutdown() function from 2 to SD_RECEIVE. That should do it.

  • AlexeyB AlexeyB posted a comment on discussion Help

    There is a small change that chould be applied to source code (rshd.c) ro avoid this. Change include <winsock.h> to <winsock2.h>, look for shutdown() function in source file and change second parameter of shutdown() function from 2 to SD_RECEIVE. That should do it.</winsock2.h></winsock.h>

  • Frink Labs Frink Labs posted a comment on discussion Help

    The 513th and every subsequent event shows a winsock.dll error Anyone else experience this?

1