I have two routers, router 1 is in another building far away. ip address is 192.168.0.1
router 2 has the tcl script, ip is 192.168.0.2
I want to send script aa to router 1 's flash, then run from router 2, ie. tclsh http://192.168.0.1/aa.tcl. may i know the tcl command to send script aa to 192.168.0.1 via http? thanks