J'utilise Mac OS X (High Sierra) et je voudrais exécuter FTP à partir de la ligne de commande (par opposition à un client avec une interface graphique). Malheureusement, je ne semble pas l'avoir installé ...
localhost:myproject davea$ ftp
-bash: ftp: command not found
et quand j'ai essayé d'installer en utilisant "ftp install brew", j'ai eu l'erreur suivante ...
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.
Comment installer un client FTP en ligne de commande sur mon Mac?
brew install inetutils