|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Makefile | D | 07-Feb-2025 | 2.9 KiB | 105 | 82 |
| README | D | 22-Dec-2019 | 557 | 19 | 13 |
README
1Run ftpd regression tests. The framework runs a client and an ftpd.
2
3SUDO=doas
4As ftpd needs root privileges, either run the tests as root or set
5this variable and run make as a regular user. Only the code that
6requires it is run as root.
7
8KTRACE=ktrace
9Set this variable if you want a ktrace output from ftpd. Note that
10ktrace is invoked after SUDO as SUDO would disable it.
11
12FTPD=/usr/libexec/ftpd
13Start an alternative ftpd program that is not in the path.
14
15Requirements:
16
17The test needs the port net/ucspi-tcp and the user "ftp" for anonymous
18logins.
19