Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Feature to use last save directory by site is gone?

  • 2 답장
  • 3 이 문제를 만남
  • 4 보기
  • 최종 답변자: Mr3therBunny

more options

In previous versions of Firefox it remembered my save directories based on the site I was downloading from, which worked excellent, but it seems it's no longer doing that now. After some research the function in about:config was called "browser.download.lastDir.savePerSite" but is no longer present in my current version of Firefox, only "browser.download.lastDir". Is there any way to get this functionality back? as it's very annoying to have to navigate to a different directory every time I download something from a different site.

In previous versions of Firefox it remembered my save directories based on the site I was downloading from, which worked excellent, but it seems it's no longer doing that now. After some research the function in about:config was called "browser.download.lastDir.savePerSite" but is no longer present in my current version of Firefox, only "browser.download.lastDir". Is there any way to get this functionality back? as it's very annoying to have to navigate to a different directory every time I download something from a different site.

선택된 해결법

In current Firefox releases the last used directory for the website (host) serving the file for download will be preselected in the file picker.
If no download directory for the current website (host) has been stored, browser.download.lastDir will be used.
You can disable this feature to remember a host based download directory by creating a new Boolean pref on the about:config page with the name browser.download.lastDir.savePerSite pref and set its value to false.

You can open the about:config page via the location bar

See also:

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

In current Firefox releases the last used directory for the website (host) serving the file for download will be preselected in the file picker.
If no download directory for the current website (host) has been stored, browser.download.lastDir will be used.
You can disable this feature to remember a host based download directory by creating a new Boolean pref on the about:config page with the name browser.download.lastDir.savePerSite pref and set its value to false.

You can open the about:config page via the location bar

See also:

more options

The wording of your answer was confusing, but I did learn that you can manually add it from that. I've added the line and set it to true and it seems to be saving in a specific directory by site again! Thanks so much!