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)
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.
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>
The 513th and every subsequent event shows a winsock.dll error Anyone else experience this?