I've got a list of my sites in a file such as site1.com/1.txt site2.com/1.txt site3.com/1.txt etc..
I'm using curl to download the file on my sites which often update, I would like for the file to be renamed rather than 1.txt to the url where it was downloaded, it it possible with curl? How would I do so? I'm open to using either curl or wget.