TMSS10IRM_FTP [-D download date] [-F ftp address] [-N skip upload] [-O only stats] [-P file search pattern] [-U upload file] [-X proxy address] [-f upload file] [-i directory] [-p ftp password] [-u ftp user-ID]
Sends and/or receives files from an Iron Mountain FTP server.
-D
Date for download-F
FTP Address (default = ftp.osdp.ironmountain.com)-N
Skip upload if stdin empty (default = false)-O
Only show the stats (default = false)-P
Download file search pattern (default = inventory_*)-U
Upload file, rather than download (default = false)-X
Proxy Server Address-f
Name of file when uploading-i
Download/Upload Folder default = archive)-p
FTP Password-u
FTP User-IDThe TapeTrack Software is commercially supported by a full time help desk staff. If you are experiencing problems or want some advice on how to configure or use the product please see the Accessing Technical Support page.
stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.
TMSS10IRM_FTP -u ftpuser -p ftppass -U < IRMinputFile.txt
2016-06-10 | Added retry to connection (10 retrys at 5 second intervals) |
2016-05-29 | Fixed bug where last write date was incorrect when there was no time recorded after upload |
2016-05-29 | Added support to skip upload when there is a blank file |
2016-01-08 | Added CERN proxy / TIS FTP Gateway option |
2015-08-24 | Changed hascontents to contentcount and change contentcount to a filter rather than bool |
2015-08-24 | Added iscontainer and hascontents to the config file filter logic |
2015-05-16 | Added environmental varialbe TMSSCANFILEUNQUALIFIED which will load and check volumes without Customer-ID and Media-ID qualifiers |
2015-05-16 | Added environmental varialbe TMSSSCANFILENOPARSE which will presume scanfile items are only Volumes and not parse them, saving time |
2015-05-16 | When loading scanfile from import definition, added CUSTOMER and MEDIA keywords to set defaults |
2015-05-16 | When loading scanfile from import definition, changed keyword from VOLUME to BARCODE |
2015-05-16 | Added TMSSUNQUALIFIEDVOLUME environmental variable which forces all barcodes to be printed without Customer-ID and Media-ID |
2015-05-04 | Added support for AD passwords to all command line programs (check for environmental variable TMSSNOMD5) |
2014-11-19 | Changed server argument parser to allow colon in password to support z/OS DD name files |
2014-10-26 | Upgraded development environment from Visual Studio 2012 to Visual Studio 2013 |