It is possible to run the ftpub
tool on a machine running macOS as follows:
- Open the Apple menu, select About This Mac, and take note of the model of the chip.
-
Select the Attachments button:
- If the chip is an Apple chip, download the version of
ftpub
ending withdarwin-arm64
. - If the chip is an Intel chip, download the version of
ftpub
ending withdarwin-amd64
.
- If the chip is an Apple chip, download the version of
-
Rename the downloaded file to
ftpub
. - In the terminal, go to the directory where the
ftpub
tool is located using thecd
command. - Run
chmod +x ftpub
to add the rights required to install the.exe
file. - Open the System Settings and go to Privacy & Security.
- Under Security, a message says: "ftpub" was blocked from use because it is not from an identified developer.
- Select Open Anyway.
- Run
./ftpub --help
to display the help tool. - Move
ftpub
to theusr/local/bin
directory.