Mac OS X(High Sierra)を使用しており、コマンドラインからFTPを実行したい(GUIを備えたクライアントとは対照的)。残念ながら、私はそれをインストールしていないようです...
localhost:myproject davea$ ftp
-bash: ftp: command not found
「brew install ftp」を使用してインストールしようとすると、次のエラーが発生しました...
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.
MacにコマンドラインFTPクライアントをインストールするにはどうすればよいですか?
FTPは、セキュリティ上の大きなリスクがあるため、デフォルトではインストールされません。SFTPまたはFTPSの使用に切り替える方法があれば、それが理想的です。
—
ウィリアムTフログガード
以下を試してください
—
。– user3439894
brew install inetutils