Download Station

With this hack (well, more of a guide) you can use your se208bw as a download station

Requirements:

1. Your SE208BW

2. A flash drive, or a usb hard drive where you can download your file.

3. A telnet client on your pc or phone.

Steps

1. Obtain the direct download link of the file you want to download.

2. Telnet into your device and type:

cd /mnt/usbs/directory of usb drive where you want to download file/

wget Your download url

3. When done type exit to disconnect from telnet.

Enjoy your download station!

Note: if the url is in a https:// form, to make wget accept the url you will need to change the https header to http. Example: https://google.com needs to be changed to http://google.com