Types
-
a record containing information about a remote folder or file.filename : stringFilename of the remote file or folder (leafname, not full path)isdir : booleantrue for folders, false for filessize : integerSize of the file, in bytes, or -1 if too large to represent as a Mosel integerowner : stringFile owner, given as your numeric user ID in the remote FTS servicepermissions : stringFile permissions, represented as a Unix-style permissions string. This is a three-digit number in which the first digit is the permission for the file's owner, the second digit permissions for the file's group, and the third digit permissions for all other FTS users. For each digit, a value of 0 means no permission, 2 means read-only permission, and 6 means read-write permission.NoteModifying the fields within the record will not modify the information on the server.