Get help from remote server
#include <ftplib.h> int ftplib_help(const char *cmd, netbuf *nbp);
Requests from remote server a list of recognized commands. If cmd is supplied, ftplib_help will get help about the syntax of this command.
Returns 1 if successful or 0 otherwise.
$Id: ftplib_help.html,v 1.1 2002/12/02 03:12:52 te Exp $