Maybe it will be useful to someone
To use UDF you need to copy 2 files PLINK.EXE and PSCP.EXE and edit the path if needed!
;#include <AutoItConstants.au3>
;Opt("MustDeclareVars", 1) ;0=no, 1=require pre-declaration
Global $Path_SSH_Plink_EXE = '"' & @ScriptDir & '\x86\plink.exe' & '"'
Global...