wget http://fly.cc.fer.hr/The response will be something like:
--13:30:45-- http://fly.cc.fer.hr:80/ => `index.html' Connecting to fly.cc.fer.hr:80... connected! HTTP request sent, fetching headers... 1 2 3 4 5 6 7 done. Length: 1,749 [text/html] 0K -> . 13:30:46 (68.32K/s) - `index.html' saved [1749/1749]
wget --tries=45 http://fly.cc.fer.hr/jpg/flyweb.jpg
wget -t 45 -o log http://fly.cc.fer.hr/jpg/flyweb.jpg &The ampersand at the end of the line makes sure that Wget works in the background. To unlimit the number of retries, use `-t inf'.
wget ftp://gnjilux.cc.fer.hr/welcome.msg
wget ftp://prep.ai.mit.edu/pub/gnu/ lynx index.html
Go to the first, previous, next, last section, table of contents.