Unless you are an advanced web content developer, all you need to know is that these ACP documents must be present in directories that contain images, logs, etc. in order for browser users to see the directory lists and manipulate the files and folders.
You can run cupd.exe at any time if you have any doubts about the integrity of the special documents.
Under Doc Root there are two folders that are accessible to all browser users:
files | Files provided by the staff. They cannot be deleted. No uploading is permitted. Folder creation is not permitted. |
uploads | Common area where authorized users can upload and download files of any type. They can be deleted. Folder creation and deletion is permitted. |
This is actually a third folder accessible to all users. The web server has special-case mapping for the URL path /scripts. Rather than mapping it to DocRoot\scripts, it is mapped to the Scripts folder in the ACP installation folder. This allows web applications and users to share the same set of scripts with the ACP engine itself. It also avoids the need to keep multiple copies of the same script synchronized.
Under Doc Root there are three folders which contain private files that belong to each user. Under each of these three folders, there are subfolders for each user, and within these subfolders are the private files for that user. These three private area root directories are:
images | Images for downloading that are acquired using the standard web interface or via uploaded plans. They can be deleted. Uploading is not permitted. Folder creation and deletion is permitted. |
logs | Run logs that result from using the standard web interface or running uploaded plans. |
plans | Observing plans that can be run via Multiple Objects (observing plan) feature |
The web server automatically maps the Doc Root\Images\username directory to the URL path /images for the current user. Thus, the browser user sees an images directory in the URL and is unaware of the physical directory structure that underlies this. The same goes for the plans and logs directories.