2

ネット上には gnuwin32 inetutils パッケージの痕跡があります。しかし、それはもうサイトにはありません。それはどこにある?具体的には、win32 用の gnu telnet アプリはどこにありますか?

4

2 に答える 2

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.

于 2012-09-03T14:16:24.813 に答える
0

これはおそらくあまり役​​に立ちませんが、何らかの形式で Windows で実行できる inetutils だけを見つける必要がある場合は、Cygwinで見つけることができます。特に gnuwin32 ポートを探している場合は、運が悪いと思います。

于 2009-05-15T21:25:32.717 に答える