>> We can download any files through the “wget” command in the Linux command mode :-
wget http://www.example.com/archive.zip
>> We can download and store the above example folder with a different name.
wget -O anothername.zip http://www.example.com/archive.zip
]]>