.\" This manual page was generated from the file FtpSite.html. .TH FtpSite 3 "06 November 1997" FTPlib .SH NAME FtpSite \- Send a SITE command to the remote server. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpSite(const char *" cmd ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "cmd" A string containing a 'SITE' subcommand. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpSite() sends the specified command as an argument to a 'SITE' command. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.