Jump to content

PhmTunV

Members
  • Posts

    1
  • Joined

  • Last visited

PhmTunV's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi there! I use plink wrapper to connect to SSH, but found some problem. # include <Plink Wrapper.au3> $ iPID = _Start_plink (@ ScriptDir & ' plink.exe', '192 .168.0.122 ') $ a = _Collect_stdout (3000) MsgBox (0,'', $ a) _Plink_close () With above code, the return value $ a = "login as" at some folder, I can log in with root / alpine, but when I move it to another folder, the return value $ a = '', that means "login as" does not appear and I can not enter a username and password, as well as the implementation of the next command. Please help me. Thank you very much!
×
×
  • Create New...