Help with advanced wget

Hi All, I am trying to download large no of data using wget. the URLS are saved in a file. I want to want for a few seconds after every URL is downloaded so i saw the option -w with wget but it does not seem to work. Can any one give me a working usage.

wget -i ../file1t -o ../Outlog.log -N -S -B "http://xyz.com/ -O file.11 -w 2

Thanks, John

what is the error you get ? Give some more information.

hey i figured it out.

wget -w 2 -i ../file1t -o ../Outlog.log -N -S -B "http://xyz.com/ -O file.11
This gives a 2 second interval between downloads.