NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | NOTES | ATTRIBUTES
#include <arpa/ftpd/systemLog.h>void systemLogwtmp(FtpConn *conn);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
This function logs the connection into wtmp.
The wtmp function can become inaccessible after performing chroot(2POSIX). Therefore, the application must open wtmp before using chroot(2POSIX).
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | NOTES | ATTRIBUTES