Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younix/ftpd-regress
regression tests for ftpd
https://github.com/younix/ftpd-regress
Last synced: about 1 month ago
JSON representation
regression tests for ftpd
- Host: GitHub
- URL: https://github.com/younix/ftpd-regress
- Owner: younix
- Created: 2019-12-13T16:15:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T16:18:02.000Z (about 5 years ago)
- Last Synced: 2024-11-02T09:25:27.548Z (3 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Run ftpd regression tests. The framework runs a client and an ftpd.
SUDO=doas
As ftpd needs root privileges, either run the tests as root or set
this variable and run make as a regular user. Only the code that
requires it is run as root.KTRACE=ktrace
Set this variable if you want a ktrace output from httpd. Note that
ktrace is invoked after SUDO as SUDO would disable it.FTPD=/usr/libexec/ftpd
Start an alternative ftpd program that is not in the path.Requirements:
The test needs the port net/ucspi-tcp and the user "ftp" for anonymous
logins.