Forum: Scripting
04-11-2021, 08:50 AM
|
Replies: 2
Views: 2,345
|
Forum: Scripting
04-10-2021, 09:36 AM
|
Replies: 2
Views: 2,345
command line doesnt appear
Hello all people :-)
I have a question about script in Python on Secure CRT for mac.
II have written some python scripts to configure switches in my company and these work perfectly...
|
Forum: Scripting
03-21-2021, 04:12 AM
|
Replies: 2
Views: 2,089
|
Forum: Scripting
03-19-2021, 01:14 AM
|
Replies: 2
Views: 2,089
how can I get the prompt??
Hello, I have created a python script that allows me to automatically create a banner on my switch depending on the prompt, so I use the command "crt.Screen.Get(45,1,45,32)" 45,1 and 45,32 are the...
|
Forum: Scripting
03-17-2021, 01:22 AM
|
Replies: 2
Views: 3,987
|
Forum: Scripting
03-01-2021, 09:34 PM
|
Replies: 2
Views: 1,595
Hello Jdev,
Thanks for your help.
I don't...
Hello Jdev,
Thanks for your help.
I don't mix technology, the path I'm telling is just a path where files are stored. Your example of code helped me well, now it works fine.
A great thank...
|
Forum: Scripting
03-01-2021, 01:16 PM
|
Replies: 2
Views: 1,595
How to put a file with sftp
Hello,
I generated a banner file that I would like to be able to upload on my switch via a sftp connection, I found several solutions like “ paramiko ” or “ pysftp ” but when I try to install or...
|
Forum: Scripting
02-26-2021, 01:55 AM
|
Replies: 2
Views: 3,547
crt.Screen.WaitForStrings
Hello,
I'm Curently writting a script in Python to remove Users on Alcatel Switch
To do that I need to reload the switch and start it in miniboot.
To start the switch in miniboot I need to...
|
Forum: Scripting
02-25-2021, 10:26 PM
|
Replies: 2
Views: 3,547
crt.Screen.WaitForStrings Python
Hello,
I am writing a script in Python that allows me to delete a file on a switch.
To that I need to wait for a string to appear on the screen of my console.
I'm Using the instruction...
|
Forum: Scripting
02-25-2021, 03:37 AM
|
Replies: 1
Views: 1,865
inputbox
Hello,
I wrote a script in Python to configure switches automatically.
My script is functional because I tested it in a Python environment. This script uses variables that I have to put...
|