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