about summary refs log tree commit diff
path: root/README.md
blob: 91d6b61acb7de48fad89d42243ee7842eb629f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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