Estou usando o Mac OS X (High Sierra) e gostaria de executar o FTP na linha de comando (em oposição a um cliente com uma GUI). Infelizmente, parece que não o tenho instalado ...
localhost:myproject davea$ ftp
-bash: ftp: command not found
e quando tentei instalar usando o "brew install ftp", recebi o seguinte erro ...
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.
Como instalo um cliente FTP de linha de comando no meu mac?
O FTP não está instalado por padrão, porque usá-lo é um grande risco de segurança. Se houver alguma maneira de mudar para o uso de SFTP ou FTPS, isso seria o ideal.
—
William T Froggard
Tente o seguinte:
—
user3439894 21/11
brew install inetutils