diff --git a/reference/ftp/functions/ftp-chmod.xml b/reference/ftp/functions/ftp-chmod.xml new file mode 100644 index 0000000000..5f7d68617b --- /dev/null +++ b/reference/ftp/functions/ftp-chmod.xml @@ -0,0 +1,50 @@ + + + + + ftp_chmod + Set permissions on a file via FTP + + + Description + + stringftp_chmod + resourceftp_stream + intmode + stringfilename + + + Sets the permissions on the remote file specified by + filename to mode + given as an octal value. + + + Returns the new file permissions on success or &false; on error. + + + See Also: + chmod + + + + +