|
ZIPCodeWorld™ Download Automation Guide using WGET or cURL.
|
|
ALl subscribers can automate the update download from ZIPCodeWorld.com by using the free open source applications such as WGET or cURL. You just need to download and install one of the the applications (some applications are available in Linux distro by default) and execute it as a monthly cron/schedule task.
|
|
|
| |
| Web Site: |
| |
| http://www.gnu.org/software/wget/ |
| |
| Download and Installation: |
| |
|
|
| |
| Command Syntax: |
| |
| wget
"http://www.zipcodeworld.com/download.asp?file=<id>&login=<login>&password=<password>"
--output-document=<local_file_name> |
| |
|
|
| |
| Web Site: |
| |
| http://curl.haxx.se/ |
| |
| Download and Installation: |
| |
|
|
| |
| Command Syntax: |
| |
| curl
-o <local_file_name>
"http://www.zipcodeworld.com/download.asp?file=<id>&login=<login>&password=<password>" |