Code:
wget -r www.site.com
The website has pages that are named the same as folders leading to other pages. This is confusing wget for some reason. For example, The server has a text file named PAGE, while at the same time has a directory named PAGE. wget will download the text document but when it gets to the directory wget overwrites it with the directory and the file is gone.