简体   繁体   中英

Downloading from ubuntu terminal

I have a problem that some stuff don't get downloaded from the terminal , though that I tested the connection by sudo apt-get update and it worked but something like curl -sS https://getcomposer.org/installer | php curl -sS https://getcomposer.org/installer | php gives me this error : Download failed: file_get_contents( https://getcomposer.org/composer.phar ): failed to open stream: Connection timed out

I am not sure what you want to download but for downloading any file from terminal it can help you.

wget http://www.site_name.com/path/to/filename.extention

For Example of one Image :-

wget http://www.hdpaperz.com/wp-content/gallery/wallpaper_wallpaper_03/cool-wodden-wall-graffiti-1080p-hd-wallpaper.jpg

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM