how to download file by terminal in linux
if you want download file by terminal you can use command 'wget url address' for example i would download article from java2s.com from url www.java2s.com
open your terminal or you can type Alt + F2
go to folder where you would save the file
type
#wget http://www.java2s.com
if you want download file by terminal you can use command 'wget url address' for example i would download article from java2s.com from url www.java2s.com
open your terminal or you can type Alt + F2
go to folder where you would save the file
type
#wget http://www.java2s.com
How to Download File by Terminal in Linux
if you downloaded file didn't finish, you can resume your download with the command
#wget -c http://www.java2s.com
after finish you can see file downloaded go to folder where you can save the downloaded from beginning and type ls
you will see file that you downloaded
you can download video, music or another file but you must know url address that file, because if you don't know so you can not download
this is picture for example where i downloaded file index.html for www.java2s.com
Good luck
:-)
:-)
Tidak ada komentar:
Posting Komentar