Examples - VeriMove - 4.0

VeriMove Guide

Product type
Software
Portfolio
Verify
Product family
Data Quality - Postals
Product
VeriMove
Version
4.0
Language
English
Product name
VeriMove
Title
VeriMove Guide
Copyright
2023
First publish date
2002
Last updated
2024-05-15
Published on
2024-05-15T01:25:15.950712

The following are examples of specifying additional options when using getFileHTTPs.exe:

  • To print out a list of downloadable tar files from the server based on login rights:
    getFileHTTPs.exe <User ID> <Password> NONE -listfiles -info
  • To print out details for the Daily Delete ascii tar file (does not download):
    getFileHTTPs.exe <User ID> <Password> dailydelete -ascii -info
  • To download and untar the Daily Delete file with information printouts (downloads and unzips to current directory):
    getFileHTTPs.exe <User ID> <Password> dailydelete -ascii
  • To download and untar file without sending printouts to screen:
    getFileHTTPs.exe <User ID> <Password> dailydelete -ascii -quiet
  • To download and untar file without sending printouts to screen (sends the output to directory D:\mydd\local):
    getFileHTTPs.exe <User ID> <Password> dailydelete -outDir:D:\mydd\local -ascii -quiet