¿Cómo obtener BSD FTP y Telnet nuevamente en 10.13 (High Sierra)?

52

Hay algunos problemas reales con no tener ftp y telnet presentes en 10.13 ahora según el dictado de Apple.

¿Alguien ha encontrado una forma sólida de devolver a macOS a BSD ftp y telnet usando ?     

pregunta ylluminate 26.09.2017 - 06:32

6 respuestas

48

Los programas Telnet y FTP de Apple están de vuelta en High Sierra gracias a esta solicitud de extracción de homebrew (por su verdaderamente). Tanto el cliente como el servidor de cada uno están de vuelta, y estas son las versiones originales de Apple de estos programas.

inetutils desafortunadamente exhibe algunos errores en High Sierra así que Esta será una mejor solución y debería hacer felices a todos.

Para instalar TODAS las fórmulas en ese PR, ejecuta esto en la línea de comandos:

brew install tnftp tnftpd telnet telnetd

Por supuesto, también puedes instalar cada uno de estos por separado:

# TNFTP client & server (formerly known as LukeMFTP, presumably due to being developed by Luke Mewburn 
# and has been the default FTP for default FTP client included with NetBSD, FreeBSD, OpenBSD, DragonFly BSD, 
# Darwin (macOS), and MidnightBSD):
brew install tnftp 
brew install tnftpd 

# Telnet client & server:
brew install telnet 
brew install telnetd
    
respondido por el GDP2 14.01.2018 - 19:03
23

Usando Homebrew:

brew install inetutils

Esto restaurará telnet , ftp , etc ...

No puedo creer que Apple haya eliminado unas utilidades tan fundamentales de la línea de comandos.

    
respondido por el Robin Macklepenny 04.10.2017 - 21:51
18

Puedes intentar agarrar libtelnet y lukemftp del repositorio de código abierto para macOS 10.12.6 y compilarlos por ti mismo.

Si usas homebrew, BSD telnet está preempaquetado y se puede instalar a través de brew install telnet .

    
respondido por el vykor 26.09.2017 - 08:50
9

Telnet se incluye en el puerto de inetutils en MacPorts . Para instalarlo use el comando del puerto:

sudo port install inetutils
    
respondido por el david 09.10.2017 - 12:40
2

capture los binarios de una instalación de Sierra / usr / bin;)

    
respondido por el nanard 27.09.2017 - 23:30
0

Busqué en los foros de soporte de Apple y encontré una respuesta que creo que ayudará a otros a reinstalar ftp y telnet en Mac High Sierra.

Navegue hasta www.gnu.org/software/inetutils/ Haga clic en el enlace de descarga HTTP para "Inetutils" Descargar "inetutils-1.9.4.tar.gz" tar zxvf inetutils-1.9.4.tar.gz

Sitio ftp directo - > enlace

cd inetutils-1.9.4
./configure
make
sudo make install
telnet x.x.x.x port

Encontré la respuesta en este foro enlace

    
respondido por el Jolley71717 03.04.2018 - 19:58

Lea otras preguntas en las etiquetas