Locking the Session Configuration dialog

The session configuration lock table contains the values required to lock one or more individual features of the Session Configuration dialog. The Session Configuration dialog in BlueZone Secure FTP consists of multiple tabs. Only the items located on the Connections tab and the Options tab can be locked.

To lock the License Server tab, refer to Inheriting common lock values from BlueZone for more information.

Note: Typing a -1 locks all the items located on the Connections and Options tabs.
  1. Open the setup.ini file in a text editor.
  2. To lock a single item, type the value assigned to that item in the LockFTPSession= setting.
    For example, to lock only the New button, type a 2 in the LockFTPSession= setting as shown here:
    LockFTPSession=2
  3. To lock more than one item, add the values together and type the sum in the LockFTPSession= setting.
    For example, to lock the New, Edit and Copy buttons, add 2, 4 and 8 together and type the sum in the LockFTPSession= setting:
    LockFTPSession=14
  4. Save and close the file.
Refer to the session configuration lock table in BlueZone Secure FTP individual feature locks for a complete list of values.