ftp_chmod

Example

 int ftp_chmod ( resource $ftp_stream , int $mode , string $filename ) 

Description

Sets the permissions on the specified remote file to mode.

Return Values

Returns the new file permissions on success or FALSE on error.