Suppose you’re in a foreign land and the only internet you have is a cyber cafe that considers 5 kb/sec as “broadband”. Obviously, downloading your 600 MB CD Image file is going to take you longer than a good sitting, so you need a plan. To further complicate the problem, these computers have no cd burner - but you’re lucky enough to have a single USB port and a memory stick.
Tools:
- wget for Windows - a unix http/ftp download utility ported to windows
- quiet - a freeware command line tool that spawns a process into the background (does not show up in taskbar - only processes)
- file splitter
- computer with Windows 95 or above, usb port, internet
- a USB memory stick
Once you have all these tools, you’re ready to start.
In my case, I placed all these tools in a single directory in c:\windows called “quiet”. I then created a shortcut on the desktop (right click, new shortcut). For the command line, i set it as:
C:\WINDOWS\Quiet\Quiet.exe C:\WINDOWS\Quiet\wget.exe -c http://www.website.com/DOWNLOADTHIS.ISO
The “-c” argument for wget tells it to continue. This is important in case the computer is restarted, it will resume the download. I then placed the shortcut in the Windows program files startup folder in case the computer is restarted, logged off, etc.
Of course, this trick might not work for you if they really have the computer locked down.
Return back after a few hours, use the file splitter utility to split the downloaded file into chunks to copy onto the memory stick and copy to a laptop. Piece the files back together, and enjoy
Simple, but quite handy.
Hi Benjamin,
Are there Macs in the Cybercafes?
Is there good coffee in Pune?
Still reading.
Joan
Comment by Joan Kite — May 7, 2007 @ 12:01 am
I have yet to see a cyber cafe with anything other than Windows 98 machines. Expect very slow connections and old hardware, but at least it’s cheap - only 15 rupees/hour! If you bring a laptop, you can unplug the cat5 cable from the back and connect directly.
Comment by Benjamin Chodroff — May 7, 2007 @ 12:53 am