Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Tunnel
Post: Python Tunnel

Ciao, I've been able, thanks to your support to realize an ssh connection...now what I want to do is, once I've done the connection to the first machine, connect to another ip. Basically I have the f...
martinmistere General Coding Help 0 815 Jun-07-2022, 03:05 PM
    Thread: Open a dos shell for ssh command
Post: RE: Open a dos shell for ssh command

Ciao, I've exstablish an SSH connection using the following code: > session = myconn.connect(SIM_IP, username =USER_SIM, password=PSW_SIM) > stdin, stdout, stderr = myconn.exec_command(prova_c...
martinmistere General Coding Help 6 1,826 Jun-07-2022, 12:24 PM
    Thread: Open a dos shell for ssh command
Post: RE: Open a dos shell for ssh command

(Jun-06-2022, 04:15 PM)Gribouillis Wrote: You can communicate over ssh by using specialized modules such as fabric. These modules don't open a shell window, but they send commands over ssh and let y...
martinmistere General Coding Help 6 1,826 Jun-07-2022, 06:28 AM
    Thread: Open a dos shell for ssh command
Post: RE: Open a dos shell for ssh command

(Jun-06-2022, 02:41 PM)Larz60+ Wrote: you need to use a terminal program. DOS last release was for 8.0 (Windows Me) on September 14, 2000 you can use putty, or another SSH and telnet client. see pu...
martinmistere General Coding Help 6 1,826 Jun-06-2022, 02:50 PM
    Thread: Open a dos shell for ssh command
Post: Open a dos shell for ssh command

Ciao, which is the istruction that allows to open a dos shell in which I can eventually send ssh commands? EDIT: with the command os.system("cmd /k ssh root@indirizzo") I've been able to open the...
martinmistere General Coding Help 6 1,826 Jun-06-2022, 02:34 PM
    Thread: Read value from a CSV
Post: RE: Read value from a CSV

thank you both for the reply and support.
martinmistere General Coding Help 3 1,536 Jun-06-2022, 02:24 PM
    Thread: Read value from a CSV
Post: Read value from a CSV

Ciao, I'm basically new with python. I have a CSV like the one one attached and I want save each column (without the ";") into a variable. I need a while loop. Until now I've understood only how to...
martinmistere General Coding Help 3 1,536 Jun-01-2022, 02:50 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020