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