Guest User

Untitled

a guest
Dec 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. su -c "lftp -c "set ftp:list-options -a;
  4. open ftp://opendata.dwd.de;
  5. lcd /path/to/some/storage/DWD/wx_composit;
  6. cd /weather/radar/composit/wx;
  7. mirror --use-cache --verbose --allow-chown --allow-suid --no-umask --parallel=4"" someusername
Add Comment
Please, Sign In to add comment