ftplib_help

Get help from remote server

SYNOPSIS

#include <ftplib.h>
int ftplib_help(const char *cmd, netbuf *nbp);

PARAMETERS

cmd
A specific command to get help about.
nbp
FTP control handle returned by ftplib_connect()

DESCRIPTION

Requests from remote server a list of recognized commands. If cmd is supplied, ftplib_help will get help about the syntax of this command.

RETURN VALUE

Returns 1 if successful or 0 otherwise.

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