Advertisement
Guest User

404

a guest
Dec 26th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [phantom@rig ~]$curl -v http://10.0.0.24:34334/home/phantom/Music/2.mp3
  2. * Hostname was NOT found in DNS cache
  3. * Trying 10.0.0.24...
  4. * Connected to 10.0.0.24 (10.0.0.24) port 34334 (#0)
  5. > GET /home/phantom/Music/2.mp3 HTTP/1.1
  6. > User-Agent: curl/7.39.0
  7. > Host: 10.0.0.24:34334
  8. > Accept: */*
  9. >
  10. < HTTP/1.1 404 Not Found
  11. < Date: Fri, 26 Dec 2014 08:03:56 GMT
  12. < Content-Length: 0
  13. <
  14. * Connection #0 to host 10.0.0.24 left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement