How to install vsftpd on Mac

What is “vsftpd” Package?

Secure FTP server for UNIX
For more details: https://security.appspot.com/vsftpd.html

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install vsftpd.
    brew install vsftpd

Now, use vsftpd!