मैं मैक ओएस एक्स (हाई सिएरा) का उपयोग कर रहा हूं और कमांड लाइन से एफ़टीपी चलाना चाहूंगा (एक जीयूआई के साथ एक ग्राहक के विपरीत)। दुर्भाग्य से, मुझे लगता है यह स्थापित नहीं है ...
localhost:myproject davea$ ftp
-bash: ftp: command not found
और जब मैंने "काढ़ा स्थापित 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.
मैं अपने मैक पर कमांड लाइन एफ़टीपी क्लाइंट कैसे स्थापित करूं?
एफ़टीपी डिफ़ॉल्ट रूप से स्थापित नहीं है, क्योंकि इसका उपयोग करना एक बड़ा सुरक्षा जोखिम है। अगर कोई रास्ता है जिससे आप SFTP या FTPS का उपयोग कर सकते हैं, तो यह आदर्श होगा।
—
विलियम टी फ्रॉगार्ड ने
निम्नलिखित का प्रयास करें:
—
user3439894
brew install inetutils