Skip to main content
Tag

Xmanager Enterprise

Xmanager Enterprise Update (5.0.1026)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 1026 for Xmanager Enterprise on November 06, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 1026, November 06, 2016 MOD: [Xshell] Keyboard input by user no longer triggers a new message flag in tabs FIX: [Xmanager] Unable to input certain keys with the Spanish keyboard FIX: [Xshell] Crash when wrong WaitForStrings type is used FIX: [Xshell] The…

Read More

Xmanager Enterprise Update (5.0.1015)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 1015 for Xmanager Enterprise on October 07, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 1015, October 07, 2016 ADD: [Xshell] Left/Right Alt keys can be mapped as separate Meta keys ADD: [Xftp] Automatic remote directory refresh MOD: Temporary product keys can now be set to a daily limit FIX: [Xftp] Ambiguous expression concerning changing file sync times…

Read More

Xmanager Enterprise Update (5.0.1001)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 1001 for Xmanager Enterprise on September 07, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 1001, September 07, 2016 FIX: [Xbrowser, Xshell] Issues using Xshell in Windows 10 RS1 FIX: [Xbrowser, Xshell] Unable to control Xshell after pressing Alt+space keys FIX: [Xshell] Pointless timeout message in VBS FIX: [Xshell] Simple mode turns off regardless of the view setting FIX:…

Read More

Xmanager Enterprise Update (5.0.0987)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 0987 for Xmanager Enterprise on August 08, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 0987, August 08, 2016 ADD: [Xshell] Font size direct input function MOD: [Xshell] SSH banner message now prints out directly after user ID is entered FIX: [Xmanager] Session sharing not working in Xbrowser FIX: [Xshell] Exiting the session while running a script crashes…

Read More

Xmanager Enterprise Update (5.0.0973)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 0973 for Xmanager Enterprise on July 05, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 0973, July 05, 2016 ADD: [Xshell] Ability to display session name in pin bar of Full Screen Mode MOD: [Xmanager] Explicit access permission no longer required when initializing Xstart sessions FIX: [Xshell] Confirm password field ignored in rare circumstances FIX: [Xshell] Frame issue…

Read More

Xmanager Enterprise Update (5.0.0965)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 0965 for Xmanager Enterprise on June 03, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 0965, June 03, 2016 ADD: [Xshell] Script function for importing current session name MOD: [Xftp] Hidden files now display a dimmed icon MOD: [Common] Changes to error message shown when installation files unable to be located FIX: [Xshell] Exit prompt displayed even if…

Read More

Script Function for Importing Current Session Name

By Features No Comments

With the latest release of Xmanager Enterprise and Xshell we’ve included a new script function, SessionName, for importing the current session name. This feature was requested by one of our Xshell users in our forums. Utilization is simple by using the following function: xsh.Session.SessionName Let’s look at the actual code: Sub Main() xsh.Dialog.Msgbox(xsh.Session.SessionName) End Sub The UX team here at NetSarang considered how users can effectively use the newly added SessionName function in combination with existing features. They concluded that you…

Read More

Xmanager Enterprise Update (5.0.0959)

By Software update, Xmanager Power Suite Update No Comments

We have released Build 0959 for Xmanager Enterprise on April 22, 2016. To update click the Help tab in the file menu and select Check for Updates. The full updates notes can be found below: Xmanager Enterprise 5 Build 0959, April 22, 2016 FIX: [Xmanager] After exiting Xmanager, an icon remains in the system tray FIX: [Xshell] Unable to parse the password of a URI in local shell FIX: [Xshell] Crash related to the keep alive message FIX: [Xshell] Crash related to…

Read More

[Xshell] Scroll Pause Feature

By Features No Comments

With our latest update (Xshell Build 0964/Xmanager Enterprise Build 0946) we’ve introduced a Scroll Pause feature. If you have a large amount of scrolling output in Xshell, you can now easily pause the scroll. Simply click and hold the mouse in the terminal area to pause the scrolling. While paused, the terminal output will be paused as well. We’ll use the “ls -R /” command to demonstrate a large amount of scrolling output. This command lists recursively from root. Xshell now scrolls as…

Read More

[Xshell] Close All Tabs

By Tips & Tricks No Comments

One of our Xshell user conveyed a desire on our Forums to be able to close all tabs. We’ve added this feature with the latest update (Xshell Build 0964/Xmanager Enterprise Build 0946). The option can be found in the context menu of the Session Tab. Choosing the “Close All Tabs” option will close all sessions/tabs and leave you with a Local Shell tab. You can also bind this option in Custom Key Mapping for mouseless use. Our entire options for closing tabs is as…

Read More