ftptrcoff()

The ftptrcoff() closes the trace file, and stops tracing of the command and reply sequences that were sent over the control connection between the local and remote hosts.

Syntax

#include <ftpapi.h>

int ftptrcoff(void)

Return Values

The ftptrcoff() always return a value of 0.

Examples

int rc;
rc = ftptrcoff();


[Back: ftpsys()]
[Next: ftptrcon()]