Popular recipes by Chris Moffitt http://code.activestate.com/recipes/users/137137/2003-12-19T14:26:41-08:00ActiveState Code RecipesFedEX Tracking Information (Python) 2003-12-19T14:26:41-08:00Chris Moffitthttp://code.activestate.com/recipes/users/137137/http://code.activestate.com/recipes/259097-fedex-tracking-information/ <p style="color: grey"> Python recipe 259097 by <a href="/recipes/users/137137/">Chris Moffitt</a> (<a href="/recipes/tags/network/">network</a>). </p> <p>This short script allows a user to track the current status of a package sent through FedEx. It is meant to be run from the command line and takes 1 option argument (-v) to determine whether or not it shows all tracking information, or just the most recent entry. The user can enter multiple tracking numbers at run time.</p> Resuming download of a file (Python) 2001-10-24T19:42:47-07:00Chris Moffitthttp://code.activestate.com/recipes/users/137137/http://code.activestate.com/recipes/83208-resuming-download-of-a-file/ <p style="color: grey"> Python recipe 83208 by <a href="/recipes/users/137137/">Chris Moffitt</a> (<a href="/recipes/tags/web/">web</a>). Revision 2. </p> <p>This script shows how to resume downloading of a file that has been partially downloaded from a web server. It's been tested with Apache 1.3.x, but should work with any web server that understands the "range" header.</p>