Sets the logging level.
#include <ftplib.h> void ftplib_set_debug(int debug);
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
Nothing
$Id: ftplib_set_debug.html,v 1.1 2002/12/02 03:12:52 te Exp $