HTTP Commander AJS 1.5
Manual
  Home page
free Installation assistance

Source code modifications

The HTTP Commander is partially open source code project. You can view ASP.NET code of stored files in the HTCOMNET root folder in Notepad.
You are allowed to modify any of these files if you need:

Setup users and folders programmatically

You can setup users, their authentication, permissions and folders programmatically. I.e you don't need to use Admin panel and built-in XML files for storing data. This is needed if you have own database of users or you want programmatically setup users and folders.
All you need is to edit one open source files: App_Code\SimpleAccountFolderManager.cs- The code of SimpleAccountManager and SimpleFolderManager classes used to setup users and folders. This file can be helpfull if you need to view and edit whole related to programmatic setup code.

Below is the example code of programmatical users and folders setup:

Change web.config settings programmatically

You can change web.config settings or set individual settings for each session programmatically:
The HTTP Commander has a license with full open source code in case you need to make more changes. Our support team can make some custom modifications for you as well.
DIV view mode: