ProProgrammer

URL Requirements for wget

Oct 6th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. The exact URL of the file is needed to wget it, it can be sourced from http or ftp, that doesn't matter.
  2. For example,
  3. example.com/sounds/sound1.mp3
  4.  
  5. OR
  6.  
  7. example.com/flash1.flv
  8. so if you give such exact URL to wget and if it is publicly accessible (you can check that by accessing it from a browser) then you should be able to download that file.
  9.  
  10. However, there are tons of downloaders out there, why use wget for such things?
Advertisement
Add Comment
Please, Sign In to add comment