How To : Use wget to download VSIDO

VastOne

Some people have reported issues with downloading VSIDO.  This how to will show you how to use wget to download it from the terminal

wget is a Linux native application that retrieves content from web servers, and is part of the GNU Project. Its name is derived from World Wide Web and get. It supports downloading via HTTP, HTTPS, and FTP protocols.

To use wget, in terminal just cd to where you want them and run:

NOTE - You must know and change this name to the actual ISO you want

wget https://vsido.org/iso/whatever_you_want.iso

It is recommended to use wget with the -c option in case there is an interruption

From the wget manpage:

-c,  --continue                resume getting a partially-downloaded file.

very handy for large files like iso images in case your bandwidth gets interrupted

This would be the preferred code to get the VSIDO ISO you want

NOTE - You must know and change this name to the actual ISO

wget -c https://vsido.org/iso/whatever_you_want.iso
VSIDO      VSIDO Change Blog    

    I dev VSIDO