Forum: Scripting
05-17-2013, 01:18 PM
|
Replies: 12
Views: 13,372
George_Fee,
There's a similar...
George_Fee,
There's a similar task/conversation happening here (http://forums.vandyke.com/showthread.php?t=11026) on our forums.
I started a little bit of example code to see if I could...
|
Forum: Scripting
05-16-2013, 09:33 AM
|
Replies: 5
Views: 6,613
|
Forum: Scripting
05-15-2013, 04:01 PM
|
Replies: 5
Views: 6,613
In SecureCRT and SecureFX the items you see in...
In SecureCRT and SecureFX the items you see in the Connect window are referred to as sessions. Sessions are saved as .ini files (that your boss gave you, and which are stored in a folder named...
|
Forum: Scripting
05-15-2013, 02:08 PM
|
Replies: 4
Views: 7,811
One of the command-line options that SecureCRT...
One of the command-line options that SecureCRT supports is /SCRIPT.
SecureCRT.exe /SCRIPT "C:\Some Path\Your Script.vbs"You might also consider using SecureCRT's Logon script option (Session Options...
|
Forum: Scripting
05-15-2013, 12:24 PM
|
Replies: 5
Views: 6,613
There's not a scripting object for the Connect...
There's not a scripting object for the Connect window, so you won't be able to interact with the Connect dialog via the script.
Absolutely. You're asking about ad-hoc connections and sessions. ...
|
Forum: Scripting
05-15-2013, 10:46 AM
|
Replies: 4
Views: 7,811
|
Forum: Scripting
05-15-2013, 10:29 AM
|
Replies: 4
Views: 6,146
Hi gunslinger,
You're correct - your...
Hi gunslinger,
You're correct - your username is no longer moderated. Moderating the first couple posts from all new users prevents spam posts, keeping VanDyke forums high in quality content,...
|
Forum: Scripting
05-15-2013, 09:28 AM
|
Replies: 6
Views: 9,709
|
Forum: Scripting
05-14-2013, 04:38 PM
|
Replies: 6
Views: 9,709
Greetings gunslingor,
Thanks for posting...
Greetings gunslingor,
Thanks for posting your scripting / automation questions.
I'm not familiar with the pipe operator but am assuming that's a Cisco Catalyst related question. Perhaps a...
|
Forum: Scripting
05-13-2013, 10:52 AM
|
Replies: 3
Views: 6,341
There is no multithreaded capability with the...
There is no multithreaded capability with the SecureCRT scripting API. You could workaround this if you use one script to read the IP list and start SecureCRT with command-line arguments, including...
|
Forum: Scripting
05-11-2013, 10:33 AM
|
Replies: 3
Views: 6,341
Greetings kurtmanzano,
I don't see any...
Greetings kurtmanzano,
I don't see any obvious problems with the code.
What happens when you run it?
If you'd like to show any screen output please send the data to support@vandyke.com, with...
|
Forum: SecureCRT on the Mac
05-11-2013, 10:08 AM
|
Replies: 27
Views: 38,300
Thanks Dennett,
Connecting serially and not...
Thanks Dennett,
Connecting serially and not seeing data from the server is sometimes a flow control issue, particularly when the same serial connection works using another terminal emulator.
...
|
Forum: Scripting
05-10-2013, 01:58 PM
|
Replies: 4
Views: 15,322
Excellent - thanks for posting the solution!
...
Excellent - thanks for posting the solution!
I was going to suggest using a MessageBox to make sure we knew exactly what the variable was set to, because a MessageBox seemed clearer than using...
|
Forum: Scripting
05-10-2013, 12:18 PM
|
Replies: 4
Views: 15,322
Greetings rdrovdahl,
Yes, you can use...
Greetings rdrovdahl,
Yes, you can use variables with ReadString and WaitForString.
Here's a python example (http://forums.vandyke.com/showthread.php?p=37294#post37294) script that does...
|
Forum: SecureCRT on the Mac
05-09-2013, 09:21 AM
|
Replies: 27
Views: 38,300
Thanks Dennett,
When you connect to the...
Thanks Dennett,
When you connect to the Nortel switch you are using a serial connection (serial protocol), right?
With SecureCRT are you using Quick Connect or a saved session?
|
Forum: SecureCRT on the Mac
05-08-2013, 09:17 AM
|
Replies: 27
Views: 38,300
|
Forum: Secure Shell
05-02-2013, 02:00 PM
|
Replies: 1
Views: 5,078
|
Forum: Scripting
05-02-2013, 12:54 PM
|
Replies: 5
Views: 10,486
mbaBrickman,
There is a similar discussion...
mbaBrickman,
There is a similar discussion (http://forums.vandyke.com/showthread.php?t=3478) happening in another VanDyke forum thread. It's not exactly the same question as yours but there may...
|
Forum: Scripting
05-02-2013, 12:51 PM
|
Replies: 3
Views: 9,902
|
Forum: File Transfer
05-01-2013, 04:24 PM
|
Replies: 5
Views: 5,237
"Web browser" seems to come the closest to this...
"Web browser" seems to come the closest to this requirement, but of web browsers don't support SFTP out of the box. I'm also not aware of any web browsers that natively support FTPS. SFTP and FTPS...
|
Forum: Scripting
05-01-2013, 02:19 PM
|
Replies: 5
Views: 10,486
Thanks. There are multiple problems:
...
Thanks. There are multiple problems:
SecureCRT does not currently support /SCRIPT on a per session basis.
Using crt.screen.Send sends to the active tab, so it's not tab safe.
Using...
|
Forum: Scripting
05-01-2013, 12:59 PM
|
Replies: 12
Views: 13,372
Yes, thanks! :)
To make this scriptable I...
Yes, thanks! :)
To make this scriptable I believe you'll need to identify a pattern. Often it's possible to:
Wait for a command prompt
Issue a command
Get all of the command results...
|
Forum: File Transfer
05-01-2013, 12:17 PM
|
Replies: 5
Views: 5,237
I'm not aware of any web browsers with native...
I'm not aware of any web browsers with native support for the SFTP protocol, so at the minimum I think users would need an SFTP plugin for their web browser.
We don't currently offer any browser...
|
Forum: Scripting
05-01-2013, 11:51 AM
|
Replies: 5
Views: 10,486
Greetings mbaBrickman,
I don't see any...
Greetings mbaBrickman,
I don't see any syntax problems with the command. The length of the command makes it a little challenging to read, but I don't think that's the problem.
If your...
|
Forum: File Transfer
05-01-2013, 11:25 AM
|
Replies: 5
Views: 5,237
|