ftp_chmod
Set permissions on a file via FTP
Description
intftp_chmod
resourceftp_stream
intmode
stringfilename
Sets the permissions on the remote file specified by
filename to mode
given as an octal value.
Returns mode on success, or &false; on failure.
ftp_chmod example
]]>
Returns the new file permissions on success or &false; on error.
See also chmod.