I am new in shell script / bash scripting. I follow many document to download the file into current date folder. I used below method to download the file like
currentdate = $(date +"%d-%m-%Y")
wget -o currentdate/file.csv http://someurl/file/
This example URL (orignal is changed) "http://someurl/file/" downloads the CSV file if hit.