Function:
Executes a chmod command on the remote FTP server to change the file permissions of a file on the server. (Similar to the attrib command in DOS/Windows)
Syntax:
CHMOD <Attributes> <Filename>
Example:
CHMOD "600" "/mydata/Data.dat"