Send a SITE command to the remote server.
#include <ftplib.h> int ftplib_site(const char *cmd, netbuf *nbp);
ftplib_site() sends the specified command as an argument to a 'SITE' command.
Returns 1 if successful or 0 on error.
$Id: ftplib_site.html,v 1.1 2002/12/02 03:12:52 te Exp $