Hi I'm using curl on the command line to automate some downloading of many files from a server . However I'm wondering where curl stores it's data whilst it's downloading?
The reason I need this info is so I can calculate the amount of data been downloaded as a percentage.

