02-08-2021 02:03 PM
Hello,
I am trying to make a script that logs in to SSH of the WiNG controller and copies the running config to an FTP server. The problem is that it hangs at “Started a shell/command”. This is my command:
plink <ip> -l admin -pw <password> -v (enable;copy startup-config ftp://:@:21/Data/config.sh)
Piping “echo enable” to plink does work, but that has a limit of only one command (unless someone knows some batch magic, that would be nice).
Solved! Go to Solution.
03-04-2021 05:07 PM
Hello, thank you for your patience while I looked in to this for you. Unfortunately Plink is a 3rd party tool that we haven’t tested or validated against the WiNG product line. In theory it should be able to interface with our WiNG devices, but our engineers aren’t familiar enough with Plink to be able to offer any advice here. Hopefully another community member will have some experience and can help us out here.
03-04-2021 05:07 PM
Hello, thank you for your patience while I looked in to this for you. Unfortunately Plink is a 3rd party tool that we haven’t tested or validated against the WiNG product line. In theory it should be able to interface with our WiNG devices, but our engineers aren’t familiar enough with Plink to be able to offer any advice here. Hopefully another community member will have some experience and can help us out here.
02-10-2021 10:52 AM
If more information is needed please let me know.