...
It is possible to formulate relatively simple sql scripts that extract useful fields from the download_log table and excerpt them into a file. That file can then be ftp'd with SecureFX (launched from SecureCRT) out of downloads.mit.edu over to your own PC.
Code Blockpanel |
---|
mysql \-udownloads \-pdownloads download_log |
The following query gets all the columns out of the database for all transactions between two dates, and streams it into a file for transferring elsewhere:
...