I'm using script component. I want to download csv file which is part of url - http://test/todaydate04232019.csv
This part:04232019 of file name is date so it will change daily.
I have used code
client.downloadfile(url,localpath)
It is working fine but when i exclude filename in url, it's not working.