Estoy usando Mac OS X (Sierra alta) y desea ejecutar FTP desde la línea de comandos (a diferencia de un cliente con una interfaz gráfica). Por desgracia, no parecen tenerlo instalado...
localhost:myproject davea$ ftp
-bash: ftp: command not found
y cuando he intentado instalar con "preparar instalar ftp" tiene el siguiente error...
Error: No available formula with the name "ftp"
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
These similarly named formulae were found:
bbftp-client curlftpfs git-ftp lftp ncftp proftpd pure-ftpd swiftplate uberftp uftp vsftpd
To install one of them, run (for example):
brew install bbftp-client
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
¿Cómo instalo un cliente FTP de línea de comandos en mi mac?