Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 104684  / 3 Years ago, thu, august 5, 2021, 5:54:30

I use the combination of Flashgot and wget for downloads. I reset my Firefox preferences due to some other problems. Then I reconfigured everything (including add-ons, cache, etc).



After that, when I tried to download something, it automatically saved into the "Videos" folder. But before resetting the settings, I could download items to "Downloads".



What should I do to make the default directory of wget to "Downloads"?


More From » downloads

 Answers
4

As far as I was aware wget usually downloads into the current working directory. You have the following options to specify the directory.



1.Change to the directory you wish it to be downloaded to first then run your wget command.



cd /home/yourname/Downloads


Then run your wget command



wget http://download.files.com/software/files.tar.gz


2.Add the directory to the wget command like this.



wget -P /home/yourname/Downloads http://download.files.com/software/files.tar.gz  

[#34453] Friday, August 6, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligenvirt

Total Points: 238
Total Questions: 98
Total Answers: 100

Location: Senegal
Member since Fri, Aug 21, 2020
4 Years ago
ligenvirt questions
Tue, Aug 17, 21, 02:28, 3 Years ago
Thu, Sep 23, 21, 17:55, 3 Years ago
Mon, Oct 18, 21, 03:34, 3 Years ago
;