ftp_chmod
Description
int ftp_chmod ( resource ftp_stream, int mode, string filename )
Sets the permissions on the specified remote file to
mode.
Parameters
ftp_streamThe link identifier of the FTP connection.
modeThe new permissions, given as an octal value.
filenameThe remote file.
Examples
