Help for this page

Select Code to Download


  1. or download this
    system 'wget -P /usr/tmp http://192.168.0.1/abc'
    
  2. or download this
    use LWP::Simple;
    
    mirror('http://192.168.0.1/abc', '/usr/tmp/abc');