2

There are traces of the gnuwin32 inetutils package on the net. But it's not at the site anymore. where is it? Specifically where is the gnu telnet app for win32?

user126593
  • 2,707
  • 4
  • 21
  • 16

2 Answers2

2

Inetutils has a lot of dependencies that make it hard to compile and run directly on Win32 without any POSIX layer. But you can find some of inetutils tools in other packages or use similar Microsoft Windows command line tools. Here is the list of open-source or free inetutils tools and where you can find them :

The other tools are daemons that you cannot find as windows native executable, but you could find equivalent of these tools :

  • inetd: Interner super-server
  • syslogd: system service logging faclity
  • ftpd: FTP daemon
  • tftpd: TFTP server
  • rshd: Remote shell server
  • rlogind: Remote login server
  • rexecd: server for rexec
  • talkd: a server for communication between users
  • telnetd: Telnet server
  • uucpd: Unix to Unix Copy

If you can't find what you need here, then you should try to use GNU inetutils through cygwin.

Jérôme Radix
  • 10,285
  • 4
  • 34
  • 40
0

That's probably not very helpful, but: if you only need to find inetutils that can in some or other form run on Windows, then you can find it in Cygwin. If you are specifically looking for the gnuwin32 port, then you are out of luck I guess.

Laurynas Biveinis
  • 10,547
  • 4
  • 53
  • 66