ftp_site Sends a SITE command to the server &reftitle.description; boolftp_site resourceftp_stream stringcommand ftp_site sends the given SITE command to the FTP server. SITE commands are not standardized, and vary from server to server. They are useful for handling such things as file permissions and group membership. &reftitle.parameters; ftp_stream The link identifier of the FTP connection. command The SITE command. Note that this parameter isn't escaped so there may be some issues with filenames containing spaces and other characters. &reftitle.returnvalues; &return.success; &reftitle.examples; Sending a SITE command to an ftp server ]]> &reftitle.seealso; ftp_raw