en-US - - English

Software

To create a device, click on eng_create.png button, or use the image2023-7-10_12-22-49.png icon on the  Targets or Accounts tab..

Software targets are supported only for local users.



In the following window, you can see the device setting options:


After filling in the data, select the Create button.

For Connection script format: AutoHotKey v2

Example script:

; Run the program
Run '"C:\Program Files (x86)\WinSCP\WinSCP.exe"'

WinWait("WinSCP")
WinWait("Login")

; set New Site on tree
ControlSend("New Site", "TTreeView1")

; set protocol
ControlSend("SCP", "TComboBox3")

; set hostnamke
ControlSend(HOSTNAME, "TEdit2")

; set username
ControlSend(USERNAME, "TEdit1")

; set password
ControlSend(PASSWORD, "TPasswordEdit1")

Sleep 1000

; press login
ControlClick("TButton5")



After creating the device, the User account setting follows, where you can specify:

  • username and password
  • description
  • advanced parameters




After filling in the data, select the Add button. Our device is ready.