ftplib_site

Send a SITE command to the remote server.

SYNOPSIS

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

PARAMETERS

cmd
A string containing a 'SITE' subcommand.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

ftplib_site() sends the specified command as an argument to a 'SITE' command.

RETURN VALUE

Returns 1 if successful or 0 on error.

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