Chrome seems to insist of downloading everything to some final location on my hard drive.

i would really prefer it to download to my temp folder, then do a "move" operation later.

This is especially required when i just want to "Open" the file (i.e. a .torrent), and then be done with the file.

How do?

link|improve this question

70% accept rate
what do you mena by a "move" ? – Pacerier Aug 29 '11 at 22:53
feedback

2 Answers

up vote 2 down vote accepted

Technically, Chromium downloads the file to the Cache directory (defaults to %userprofile%\Local Settings\Application Data\…\Cache), and then moves it to wherever you choose to save it.

What you could try is to leave the Save As dialog open until the transfer ends instead of clicking Save. Then you could run the file directly from your Cache directory (which is easy to clear), except that it will be unnamed so you’d have to find it—which isn’t really that hard since it will be the most recent file.

A better (and probably the currently easiest) solution is to simply have it auto-open .torrent files. Download one, then click the down-arrow of the file in the download bar and select Always open files of this type. That way, when you get the Save As dialog, you can just perpend %temp%\ to the filename, and click Save. Then it would open the .torrent file and would be erased the next time you clear out your TEMP directory.

HTH

link|improve this answer
1  
Technically you're right. i guess i should have phrased my question, "Download to temp, then move - if i ask it to." – Ian Boyd Apr 4 '10 at 1:09
feedback

Tools->Options->Under the Hood->Download location: change to your temp folder

link|improve this answer
I guess you could have something monitor that folder and move any completed files somewhere else. Pretty specific requirements, but I'm sure a simple python script could handle it. – Phoshi Apr 4 '10 at 0:28
Chrome already downloads to a temp location be default: the cache folder. – Synetech Apr 4 '10 at 0:55
Not all <i>that</i> specific. i'm trying to get it to behave like ie. i really hate that download bar. – Ian Boyd Apr 4 '10 at 1:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.