ftplib_version

Return ftplib version information.

SYNOPSIS

#include <ftplib.h>
char *ftplib_version(int vertype);

PARAMETERS

vertype
Desired verson format

DESCRIPTION

Returns version information about the ftplib library. version type can be one of:

FTPLIB_VER_BRIEF: Returns "4.1"

FTPLIB_VER_FULL (FTPLIB_VERSION): Returns:
"ftplib Release 3.1 6/xx/98, copyright 1996, 1997, 1998 Thomas Pfau
ftplib v4.1, (C) 2002 Tamer Embaby <myemail@server.net>
$Id: ftplib_version.html,v 1.1 2002/12/02 03:12:52 te Exp $"

RETURN VALUE

Pointer to version information string

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