I am pretty new wget
. I just need to know how I can set destination folder where downloads are saved.
I believe that is --directory-prefix
.
Thank you,
I am pretty new wget
. I just need to know how I can set destination folder where downloads are saved.
I believe that is --directory-prefix
.
Thank you,
--directory-prefix
(or -P). Of course, if wget is doing a recursive copy, it will create more subdirectories under that directory. Look into the-nH
and--cut-dirs
options to control that. – Edward Falk Sep 01 '16 at 20:38