No. There is no client for DOS. Even though the program runs in a DOS box it is not a DOS program. The technical reason is because the program was ported from linux and like all C ports it was turned into a Windows 32 PE (portable executable) file. This means it depends on Windows libraries (Kernel32.dll and WS2_32.dll) among other files that are loaded by those libraries.