FtpQuit

Langue: en

Version: 06 November 1997 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

FtpQuit - Close connection to server.

SYNOPSIS

#include <ftplib.h>

void FtpQuit(netbuf *nControl);

PARAMETERS

nControl
A handle returned by FtpConnect().

DESCRIPTION

FtpQuit() closes the connection to the remote server and frees any resources associated with the connection.

RETURN VALUE

None.