Estoy usando Mac OS X (High Sierra) y me gustaría ejecutar FTP desde la línea de comandos (en lugar 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" recibí 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?
FTP no está instalado de manera predeterminada, porque usarlo es un riesgo de seguridad importante. Si hay alguna forma de cambiar a SFTP o FTPS, sería ideal.
—
William T Froggard el
Pruebe lo siguiente:
—
user3439894
brew install inetutils