ftplib_set_debug

Sets the logging level.

SYNOPSIS

#include <ftplib.h>
void ftplib_set_debug(int debug);

PARAMETERS

debug
the logging level

DESCRIPTION

The allowed debug levels are:

FTPLIB_LOG_NORMAL: Internal error messages
FTPLIB_LOG_SERVER: Server responses (plus normal level)
FTPLIB_LOG_CLIENT: Issued commands (plus server level)
FTPLIB_LOG_HARDCORE: Everything

RETURN VALUE

Nothing

$Id: ftplib_set_debug.html,v 1.1 2002/12/02 03:12:52 te Exp $