| |
Win32Get is a small and quick download manager. Win32Get makes file downloads simple and quick.
Features:
HTTP/1.1 and HTTP/1.0
FTP download code, including authentication
Resumable downloads.
Downloads from a script file where the filename is specified in the HTTP header.
Downloads where filesize is not available.
Still need to encode the URL properly. There is one problem w/ this is that in case you are pasting the URL from browser then in most cases it's already formated properly.
Support Transfer-Encoding: chunked
Tray-Icon w/ menu.
Create a wrapper for the downloader component. Created a dialog for entering the URL(s) to download.
Add timing and perfomance -> KB/s, and Time Remaining...
Redirects should work for most cases.
Handle Logins ie. http://user:pass@domain.com/ and http://user@domain.com/ cases.
We can now handle authentication for HTTP and FTP, we also have a new authentication dialog that let's you enter username/password.
Add Proxy support: HTTP, SOCKS4, SOCKS5. (No authentication yet)
|
|
|
|
|