download a particular file using wget

Hi All

I want to download srs8.3.0.1.standard.linux24_EM64T.tar.gz file from the following website :

http://downloads.biowisdomsrs.com/srs83_dist/

But this website contains lots of zipped files
I want to download the above file only discarding other zipped files.

When I am trying the following command ,it is downloading all the zipped files one by one

wget -nd -r -l1 --no-parent -A.gz http://downloads.biowisdomsrs.com/srs83_dist --http-user=glaxowel --http-passwd=M=P28c --proxy-user=gga0855 --proxy-passwd=testme2 --proxy=on

Do we have any option with wget command to download only a particular file or is there any other command

Please help.......

Seems like that's to simple for you :wink: