Uso Mac OS X (High Sierra) e vorrei eseguire FTP dalla riga di comando (al contrario di un client con una GUI). Sfortunatamente, non sembra che sia stato installato ...
localhost:myproject davea$ ftp
-bash: ftp: command not found
e quando ho provato a installare utilizzando "brew install ftp" ho ricevuto il seguente errore ...
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.
Come installo un client FTP da linea di comando sul mio mac?