yum -y install samba-client
And then get the files with a direct connection to the Windows share:
smbclient \\\\192.168.184.2\\share
Now it's just like ftp! An 'ls' will show you the contents or the remote directory, and 'get <filename>' will grab the file you wanted and transfer it to the current working directory on your Linux box.