Estoy usando Mac OS X (High Sierra) y me gustaría ejecutar FTP desde la línea de comandos (a diferencia de un cliente con una GUI). Desafortunadamente, parece que no lo tengo instalado ...
localhost:myproject davea$ ftp
-bash: ftp: command not found
y cuando intenté instalar usando "brew install ftp" obtuve 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?