If possible, pls a wishlist for custom tools for device, such as Remote Desktop connection, VNC Viewer, Radmin, etc.
Currently, from tools only: WinBox, Telnet, etc.
Thx.
vncviewer [Device.FirstAddress]
mstsc /v:[Device.FirstAddress]
/system reboot
plink.exe [Device.FirstAddress] -P 22 -l [Device.UserName] -pw [Device.Password] "/system reboot"
ssh [Device.FirstAddress] -l [Device.UserName] -pw [Device.Password] "/system reboot"
C:\Tools\plink.exe [Device.FirstAddress] -l [Device.UserName] -pw [Device.Password] "/system reboot"
C:\Program Files\PuTTY\plink.exe [Device.FirstAddress] -l [Device.UserName] -pw [Device.Password] "/system reboot"
Not exactly suprising is it, since you have a space between "Program" and "Files" ?Just did this, still getting the error, grr.
Code: Select allC:\Program Files\PuTTY\plink.exe [Device.FirstAddress] -l [Device.UserName] -pw [Device.Password] "/system reboot"
"C:\Program Files\PuTTY\plink.exe" [Device.FirstAddress] -l [Device.UserName] -pw [Device.Password] "/system reboot"
Of course it doesn't. How would it know?Guess ROS/Dude doesn't like spaces in paths.