Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.61 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $ wget -S --spider localhost/echo.php
  2. Spider mode enabled. Check if remote file exists.
  3. --2011-11-20 23:25:29--  http://localhost/echo.php
  4. Resolving localhost... ::1, 127.0.0.1
  5. Connecting to localhost|::1|:80... connected.
  6. HTTP request sent, awaiting response...
  7.   HTTP/1.1 200 OK
  8.   Date: Sun, 20 Nov 2011 19:25:29 GMT
  9.   Server: Apache/2.2.16 (Ubuntu)
  10.   X-Powered-By: PHP/5.3.3-1ubuntu9.6
  11.   Vary: Accept-Encoding
  12.   Keep-Alive: timeout=15, max=100
  13.   Connection: Keep-Alive
  14.   Content-Type: text/html
  15. Length: unspecified [text/html]
  16. Remote file exists and could contain further links,
  17. but recursion is disabled -- not retrieving.