Advertisement
mike2545

Wget

Nov 13th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.21 KB | None | 0 0
  1. @echo OFF
  2. cd c:\solwavdata\solar
  3. del /q *.*
  4. wget ftp://577:solarwave@192.168.0.10:2119/var/tmp/sysdata.xml
  5. cd c:\solwavdata\dome
  6. del /q *.*
  7. wget ftp://577:solarwave@192.168.0.11:2119/var/tmp/sysdata.xml
  8. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement