Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.