tongue_of_colicab
Veteran
Hi,
At work we have a bunch of remote routers that need to be updated from time to time. Right now I'm forced to do this manually and the whole process is really tedious and time consuming.
Instead I want to write a small piece of software that I can email to the remote user and just have them run it each time something needs to be updated.
The problem is... I don't know how to program
well, nothing beyond some basic batch stuff anyway.
I already know I can solve my problem using batch, the problem is it's not very pretty and unless I start using .exe converters not very secure either.
So, long story short, how long would it take to program something like the below in Visual Basic (only thing I ever used to program something, like 10 years ago) for somebody with no skills or feeling for coding?
- Connect to the router over ssh
- Send a command over ssh, display the output in the VB app.
- Get a file list from a ftp server, show it in a dropdown box (this would be the router config files).
- Once the user makes a selection, use the selection as a variable in the command send over ssh to have the router download a config file over ftp.
At work we have a bunch of remote routers that need to be updated from time to time. Right now I'm forced to do this manually and the whole process is really tedious and time consuming.
Instead I want to write a small piece of software that I can email to the remote user and just have them run it each time something needs to be updated.
The problem is... I don't know how to program
I already know I can solve my problem using batch, the problem is it's not very pretty and unless I start using .exe converters not very secure either.
So, long story short, how long would it take to program something like the below in Visual Basic (only thing I ever used to program something, like 10 years ago) for somebody with no skills or feeling for coding?
- Connect to the router over ssh
- Send a command over ssh, display the output in the VB app.
- Get a file list from a ftp server, show it in a dropdown box (this would be the router config files).
- Once the user makes a selection, use the selection as a variable in the command send over ssh to have the router download a config file over ftp.