Yokemate of Keyboards
Posts: 2199 from 2003/2/24
From: po-RNO
Quote:
EVX wrote:
This script impresses me for it's (usefulness &) ability to use a network connection. I'll get on with my shell learning for now and then have a look at this gem!
Thanks, I think it's pretty cool myself too :) The network part is made with wget nowadays, but it used to be with the TCP: device without any external dependencies at first. The TCP: device solution didn't support the HTTPS protocol where MorphOS Library moved at some point, so I changed it to wget. The Library seems to work with HTTP again nowadays, so it could be possible to revert back, but I don't know if that's necessary after all.