Configure folder permissions

This feature requires TCAdmin version 1.0.3393.17336 or greater.

To configure folder permissions place a text file named folderconfig.tca in the folder with the required permissions (one in per line):

list : Permissions to list files and folders.
read : Permission to download files from this folder and subfolders.
write : Permission to upload files to this folder and subfolders.
rename : Permission to rename/move files in this folder and subfolders. When moving, the destination folder should also have the rename permission.
delete : Permission to delete files in this folder and subfolders.

If a file named folderconfig.tca is not found on the current folder or subfolders it will have all permissions. A folderconfig.tca in the current folder will override any folderconfig.tca in the parent folders.


Example
A file with these lines will only allow the user to list, read and delete files. Files can't be uploaded or renamed:
read
delete
list

  • 91 Users Found This Useful
Was this answer helpful?

Related Articles

Allowing .exe and/or .dll files to be uploaded

By default, TCAdmin restricts .exe and .dll files from being uploaded through either the File...

Improving FTP Performance

Follow these steps to see if it improves performance: - Make sure you have installed .NET 1.1...