Проекты

RDP Client Plugin

Microsoft engineers created awesome application to connect to multiple servers using RDP protocol — RDCMan. And I'm using this application for a quite some time until I accidentally saw a CLR exception. In that time I decided to update this program and add some custom features.

The main objectives of the improvements were:

  1. Ability to inject RDCMan to any IDE that supported by SAL hosts.
  2. Ability to send servers list to other people
    New user will see transferred list of connected servers and can change or remove servers on his own.
  3. Write to log events about connecting or disconnecting with servers (Will be shown in output window View→Output)
    Example: 24.01.2013 21:32:31 -> An internal error has occurred.
  4. Learning from someone else's code (Learning code was really fun).

How to add new server

To add new connection you need to click left button («Add terminal client»).

In shown window required fields are:

  • Name — How to name this connection. (Used to navigate in the list)
  • Computer — Remote server name
  • User — User login who will connect to remote machine

To connect to remote session as console session you need to click «Connect to console» checkbox in the «Connection» tab.

Settings

  • Close after disconnect: True — Close RDC window after session is disconnected

Plugin is available from menu Tools→RDP Client

Теги:

Скачать

  • 29 апреля 2023 г.
    Updated to SAL 1.2.9.1. Fixed some errors with full screen mode
  • 21 февраля 2022 г.
    Разделены сборки (-ILMerge)
  • 20 августа 2020 г.
    Доработки для SAL 1.2.9.1, исправлена ошибка в Win10 с выходом из активной сессии (Окно с сессией не закрывалось с первого раза, а выбрасывало исключение).
  • 5 июля 2016 г.
    Доработки для SAL 1.2.9.1, исправлена ошибка в Win10 с выходом из активной сессии (Окно с сессией не закрывалось с первого раза, а выбрасывало исключение).
  • 4 июля 2016 г.
  • 8 июня 2016 г.
    Исправления в элементе управления поиска по узлам дерева (Ctrl+F)
  • 31 мая 2016 г.
    Доработки для SAL 1.2.8.0
  • 13 июля 2013 г.
  • 13 февраля 2013 г.
  • 27 января 2013 г.
    Исправлена ошибка с вылетом всего приложения на WinXP при установке настройки Close after disconnect.
  • 24 января 2013 г.

Ссылки

Родительские файлы