It is possible to run ftpub on a machine running macOS as follows:
-
Open the Apple menu, select About This Mac, and take note of the model of the chip.
- If the chip is an Apple chip, select the Attachments button, and download the version of
ftpubending withdarwin-arm64. - If the chip is an Intel chip, select the Attachments button, and download the version of
ftpubending withdarwin-amd64.
- If the chip is an Apple chip, select the Attachments button, and download the version of
-
Open a terminal window, and go to the directory where
ftpubis. -
Run the following command to add the rights required to run the program:
chmod +x ftpub -
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 the following command to display the help tool:
./ftpub --helpReplace
ftpubby the full name of the file. -
Move
ftpubto the/usr/local/bindirectory.It is then possible to run
ftpubfrom anywhere in the terminal without specifying the full path.