Thread per SSH zwei Kommandos ausführen (22 answers)
Opened by bianca at 2020-08-02 13:30

bianca
 2020-08-05 19:46
#192471 #192471
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
2020-08-05T14:27:25 Linuxer
Die Informationsbasis ist sehr dürftig.

Schau mal bitte, das ist mit trace => -1 und debug => 1 (die Doku dazu auf CPAN ist ja echt mal richtiger Käse):
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
libssh2_channel_open_ex(ss->session, mandatory_type, strlen(mandatory_type), window_size, packet_size, ((void *)0) , 0 ) -> 0x30aff18
Net::SSH2::Channel::read(size = 32678, ext = 0)
- read -37 bytes
- read 0 total
Net::SSH2::Channel::read(size = 32678, ext = 1)
- read -37 bytes
- read 0 total
Net::SSH2::Channel::read(size = 32678, ext = 0)
- read 8 bytes
- read 0 bytes
- read 8 total
Net::SSH2::Channel::read(size = 32678, ext = 1)
- read 0 bytes
- read 0 total
libssh2_channel_open_ex(ss->session, mandatory_type, strlen(mandatory_type), window_size, packet_size, ((void *)0) , 0 ) -> 0x30afc48
Net::SSH2::Channel::read(size = 32678, ext = 0)
- read -37 bytes
- read 0 total
Net::SSH2::Channel::read(size = 32678, ext = 1)
- read -37 bytes
- read 0 total
Net::SSH2::Channel::read(size = 32678, ext = 0)
- read 0 bytes
- read 0 total
Net::SSH2::Channel::read(size = 32678, ext = 1)
- read 78 bytes
- read 0 bytes
- read 78 total
Net::SSH2::Channel::DESTROY
Net::SSH2::Channel::DESTROY
Net::SSH2::DESTROY object 0x34e2488

Sagt das was?
10 print "Hallo"
20 goto 10

View full thread per SSH zwei Kommandos ausführen