Forum: Scripting
10-02-2020, 01:05 PM
|
Replies: 3
Views: 643
|
Forum: Scripting
10-01-2020, 01:05 PM
|
Replies: 3
Views: 643
Python3 yay (vs. embedded question)
I'm excited about the new python 3 support (among other coming enhancements)! Though I am curious, is there any downside/limitation to using py3 since it's not the "embedded" version?
Keeping the...
|
Forum: Scripting
08-09-2020, 03:13 PM
|
Replies: 7
Views: 1,173
Hi-
I can think of 2 possible work-arounds. ...
Hi-
I can think of 2 possible work-arounds.
1. Create a second script that clones the current session 3 times when executed and in Session->Logon Actions->Logon Script set it to this new...
|
Forum: Scripting
07-24-2020, 04:52 PM
|
Replies: 6
Views: 1,827
|
Forum: Secure Shell
08-27-2019, 10:18 AM
|
Replies: 4
Views: 7,909
I feel like I'm seeing this "The semaphore...
I feel like I'm seeing this "The semaphore timeout period has expired." frequently since upgrading.
I'm having difficulty narrowing down the issue because I was previously running WinXP and...
|
Forum: Scripting
08-27-2019, 09:50 AM
|
Replies: 3
Views: 1,675
|
Forum: Scripting
07-06-2019, 10:47 AM
|
Replies: 2
Views: 1,866
|
Forum: Scripting
06-07-2019, 01:57 PM
|
Replies: 2
Views: 2,017
use try/except
sys.exit(0) causes an error, but you can raise an Exception to abort a function up to a try/except block and then do nothing with the exception.
Example:
# $language = "Python"
# $interface...
|
Forum: Scripting
06-07-2019, 08:53 AM
|
Replies: 6
Views: 3,124
I would say it can already do this through the...
I would say it can already do this through the Connect Session Manager dialog. Either by selecting a top-level folder, or ctrl-clicking individual sessions and then right-click -> properties ->...
|
Forum: Scripting
06-06-2019, 04:44 PM
|
Replies: 6
Views: 3,124
Takeaways:
* It'd be nice if the API had a...
Takeaways:
* It'd be nice if the API had a way to enumerate the sessions without resorting to examining the file system.
* Using the API to set the password should encrypt the same as the GUI...
|
Forum: Scripting
06-06-2019, 04:34 PM
|
Replies: 6
Views: 3,124
|
Forum: Scripting
06-06-2019, 04:21 PM
|
Replies: 6
Views: 3,124
The below code will iterate every session and...
The below code will iterate every session and (might*) update the password where username matches.
You must update the variable SESSION_ROOT with the location of your Sessions directory. Note: I...
|
Forum: General
06-05-2019, 12:15 PM
|
Replies: 2
Views: 1,813
You can cheat in 2 different ways.
1. In the...
You can cheat in 2 different ways.
1. In the button bar, \v pastes the current clipboard. If you have your password in the clipboard, great! If something else in there, things can go horribly...
|
Forum: General
06-05-2019, 11:06 AM
|
Replies: 2
Views: 1,612
|
Forum: General
06-05-2019, 10:27 AM
|
Replies: 2
Views: 1,612
List of all open sessions
Hello! This would likely be a new feature. I generally almost always have as many secure crt tabs open as I do browser tabs.
It'd be great if there was a pop-up type window that listed all of the...
|
Forum: General
06-05-2019, 10:16 AM
|
Replies: 4
Views: 2,233
|
Forum: General
05-31-2019, 01:22 PM
|
Replies: 4
Views: 2,233
|
Forum: General
05-31-2019, 12:31 PM
|
Replies: 4
Views: 2,233
Globally Enable Local Mouse Operations
Hello!
Under session option: Terminal -> Mouse group, there is an option called
"Shift forces local mouse operations"
Is there a way to never send mouse operations to remote host (aka always...
|
Forum: General
06-29-2018, 10:47 AM
|
Replies: 1
Views: 2,355
Pasting Feature Updates
So, I've been using scrt for about forever, and about 8+ hours a day every day.
When the new paste window popped up for the first time, I thought "this is amazing!" and it's already saved me a...
|
Forum: General
06-15-2018, 04:49 PM
|
Replies: 7
Views: 3,671
@cadrega - in your Session settings, you might...
@cadrega - in your Session settings, you might try increasing the "Character send delay" for this device which affects pasting.
Terminal -> Emulation -> Advanced -> Send delay options
Probably...
|
Forum: General
06-15-2018, 04:04 PM
|
Replies: 7
Views: 5,488
I'm still researching this and at this point...
I'm still researching this and at this point confident the failed logging is not a secure crt issue. While reopening would help my specific case, I don't think it's "your" responsibility.
Though,...
|
Forum: General
06-07-2018, 12:01 PM
|
Replies: 7
Views: 5,488
|
Forum: General
06-07-2018, 10:45 AM
|
Replies: 7
Views: 5,488
|
Forum: General
06-07-2018, 09:23 AM
|
Replies: 7
Views: 5,488
Logging stops with "Invalid Signature"
Hello-
Win10, sCRT v8.3.2 (x64 build 1584)
I've recently started trying to log to a network drive via unc \\server\path\file.log
and have on occasion noticed a dialog hiding in the...
|
Forum: General
07-03-2013, 11:23 AM
|
Replies: 8
Views: 8,111
|