Mac OS X (High Sierra)를 사용하고 있으며 GUI가있는 클라이언트와 달리 명령 줄에서 FTP를 실행하고 싶습니다. 불행히도, 나는 그것을 설치하지 않은 것 같습니다 ...
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는 기본적으로 설치되지 않습니다. FTP를 사용하면 큰 보안 위험이 있습니다. SFTP 또는 FTPS를 사용하도록 전환 할 수있는 방법이 있다면 이상적입니다.
—
William T Froggard 3
다음을 시도하십시오.
—
user3439894
brew install inetutils