Forum: Scripting
09-03-2019, 03:23 PM
|
Replies: 6
Views: 4,531
|
Forum: Scripting
08-16-2019, 04:25 PM
|
Replies: 2
Views: 1,456
send email using secureCRT
Has secureCRT work smtplib.SMTP to get it work in python? I still see the "_socket" not supported error message.
A request was put in 2016 not sure if it was worked on.
What I like to do is to...
|
Forum: Scripting
08-16-2019, 03:59 PM
|
Replies: 1
Views: 1,036
|
Forum: Scripting
07-26-2018, 04:33 PM
|
Replies: 3
Views: 2,931
Hi ekoranyi,
That works, however, my code in...
Hi ekoranyi,
That works, however, my code in the "try body" is longer than the simple example I give.
I find that when I incorporate my code in your example code, I find that it depends on...
|
Forum: Scripting
07-24-2018, 02:49 PM
|
Replies: 3
Views: 2,931
|
Forum: Scripting
06-27-2018, 11:20 AM
|
Replies: 2
Views: 2,048
|
Forum: Scripting
06-27-2018, 09:59 AM
|
Replies: 2
Views: 2,048
Procomm to SecureCRT
In procomm there are two ways to display text on the terminal. You can do it using transmit and termmsg.
transmit string [RAW]:Sends a character string to the active port. If local echo is on,...
|
Forum: Scripting
02-27-2018, 11:31 AM
|
Replies: 5
Views: 7,443
Hi Brenda,
I didn't use the Log Session from...
Hi Brenda,
I didn't use the Log Session from the File menu. I was in Options>Session Option>Terminal>Log File and set the path there, once.
As you can see from my script I did not set a...
|
Forum: Scripting
02-26-2018, 04:32 PM
|
Replies: 5
Views: 7,443
|
Forum: Scripting
02-26-2018, 01:55 PM
|
Replies: 5
Views: 7,443
Unable to log session
Hi I keep getting this error message when I run my script. I can write to folder that this file is save to, I have full write and read access, I only have one session open.
...
|
Forum: Scripting
02-13-2018, 11:39 AM
|
Replies: 1
Views: 3,377
scripting hanging at if waitforstring statement
I was wondering if you guys have a suggestion for a better way of cycling through password.
My current script always hang at the if statement.
Here is my code:
prompt = "A:"
currentTab =...
|
Forum: Scripting
02-07-2018, 12:39 PM
|
Replies: 5
Views: 3,142
|
Forum: Scripting
02-06-2018, 02:14 PM
|
Replies: 5
Views: 3,142
|
Forum: Scripting
02-06-2018, 01:32 PM
|
Replies: 5
Views: 3,142
Logging output
Hi,
I am having problem capturing the last command when logging a session. I just want to understand why it is not working the way it supposed to.
If I run the following code:
def...
|
Forum: General
12-12-2017, 12:44 PM
|
Replies: 1
Views: 2,539
|
Forum: Scripting
11-10-2017, 04:10 PM
|
Replies: 3
Views: 5,100
Hi Eric,
Thanks for the suggestion.
I...
Hi Eric,
Thanks for the suggestion.
I forgot to mention I am using Python to do most of my scripting.
Does the argument method works in Python?
I would like to ask the user in the...
|
Forum: Scripting
11-10-2017, 03:16 PM
|
Replies: 3
Views: 5,100
user input
Is there a way in SecureCRT where I can ask the user for inputs and store that inputs in a variable for use later in a script? I want to do this without a message box popping up.
For ex:
...
|
Forum: Scripting
11-10-2017, 09:34 AM
|
Replies: 1
Views: 4,080
use ReadString to match a regular expression
Hi,
I like a script to match a regular expression to make it more universal but when I try it out, it doesn't work. I get an error saying ReadString need to match with a string.
I know the...
|
Forum: Scripting
07-22-2016, 08:35 AM
|
Replies: 6
Views: 5,593
|
Forum: Scripting
07-21-2016, 04:31 PM
|
Replies: 6
Views: 5,593
|
Forum: Scripting
07-21-2016, 12:47 PM
|
Replies: 6
Views: 5,593
smtplib for Python 3.x
Hi,
I was just wondering if the VanDyke is compatible the smtplib library in 3.x? Or is it still only compatible with 2.6.x.
Thanks,
|