| 
 | ftp_siteSends a SITE command to the server Description
   bool ftp_site
    ( resource  $ftp_stream, string$command)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. Parameters
 
 Return Values
   Returns  Examples
 Example #1 Sending a SITE command to an ftp server 
<?phpSee Also
 
 |