Hierarchical Sessions
<invalid hyperlink removed by admin>
Here is a screenshot of what the popup menu looks like:
<invalid hyperlink removed by admin>
In order to make this work, the session simply uses a backslash delimteter by using a slash in the session name, which is translated to "%5C" in the registry. PuTTY itself just displays these sessions in a flat list (not a hierarchy), but otherwise it supports them fine. The problem is that WinSCP ignores these sessions completely when attempting to import sessions from PuTTY. So, there are really two requests here:
1) Allow WinSCP to import sessions that contain a backslash (%5C) and simply display them as part of the normal flat session list. (This one hopefully should be easy to implement.)
2) Detect session names containing a backslash as hierarchical, and display them in a list with sub-folders. (This one is probably a bit more complicated.)
Thanks,
Alan