------- sGet Downloader v1.0 ------
-----------------------------------
---------- sphoo.cx/irc -----------

-- Introduction --

Very simply, this addon makes life easier if you want to quickly
download a file from a website or FTP server without having to open
a web browser, especially if your computer is as slow as mine at
loading netscape, when mIRC is running 24/7 anyway.  It's also useful
if you specifically want to SAVE a file instead of your web browser
running it with a plugin (how annoying can that get???).

Features:
- Supports both HTTP and FTP downloading (not HTTPS, I'm not that good).
- Works with servers using authentication or running on any port.
- Follows any HTTP 302 redirections (useful).
- Allows multiple instances.  Download all you want, when you want.
- That's it, simple eh?

Note: sGet Downloader v1.0 needs mIRC 5.82 or higher to work.

-- Installation --

If you're this far, then you've managed to get the zip file. Unzip the
sget10.mrc and sget10-blue.bmp files to your mIRC folder (or anywhere
you fancy), then type the following line into your mIRC status window -

/load -rs sget10.mrc (or c:\path\to\file\sget10.mrc)

That's it! If you want to uninstall sGet for any reason, just type -

/unload -rs sget10.mrc

There's no variables/ini files or the like left behind.

-- Using The Damn Thing --

That's simple too. Just type /sget www.host.com/file. There's no tedious
setting up, there's no options, just type /sget URL and its done!

A few notes to help you along tho, firstly on the URL. If the URL
starts with http:// or doesn't specify a protocol at all, sGet will
assume its http.  If you want to get into something needing a password,
the usual user:pass@www.host.com will work for both HTTP and FTP
downloading.  You can also specify a port (if the server isn't running
on the usual HTTP or FTP ports) with the usual www.host.com:port/.

When the download dialog appears, you'll notice 3 buttons and 2 check
boxes at the bottom. The Cancel button is self-explanatory, and when
a download is complete, the other 2 buttons become enabled, and they
are simple too. Launch File will.. uhm.. launch the file, and Move File
will uhm.. move the file, to wherever you want to move the file to.
This option is just because sGet will automatically save the file to
your mIRC directory.

The 2 checkboxes (marked O and C) are "Always Ontop" and "Close Dialog
On Download Completion" respectively.

-- Sphoo Inc. --

For support, comments, bug reports, email sphoo@sphoo.cx.
The Sphoo Inc IRC website is sphoo.cx/irc

-- Technical Notes --

This addon is pretty complicated on the inside.
Here's just a few geeky things to note:
- If the sget10-blue.bmp file isn't found sGet uses a backup method.
- sGet uses EXTENSIVE error checking for everything.
- I COULD add resume download support, but I wouldn't find it useful.
- sGet finds out the file size of an FTP file before it downloads it.
- Apart from for a split second per download, sGet saves NO variables.
- sGet wants you to go to a website, but it only tells HTTP servers.
