# Install ``` go get github.com/goftp/server go get github.com/goftp/file-driver git clone https://git.darknebu.la/honeysuite/ftp-grab-password.git ``` # Build ``` cd ftp-grab-password go build -o ftpd ftp.go auth.go ``` # Start ``` useradd -u 1337 jail su -c "ftpd" jail ``` # Systemd coming soon