J'utilise Mac OS X (High Sierra) et j'aimerais 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 lorsque j'ai essayé d'installer en utilisant "brew install ftp", j'ai obtenu 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 ?
0 votes
FTP n'est pas installé par défaut, car son utilisation présente un risque majeur pour la sécurité. Si vous pouvez passer à l'utilisation de SFTP ou FTPS, ce serait l'idéal.
9 votes
Essayez ce qui suit :
brew install inetutils