TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10sftp
 
 

TMSS10SFTP

Synopsis

TMSS10SFTP [-D download date] [-F ftp address] [-N skip upload] [-O only stats] [-P file search pattern] [-U upload file] [-f upload file] [-i directory] [-p ftp password] [-u ftp user-ID]

Description

Sends and/or receives files from an Iron Mountain FTP server via SFTP.

Options

  • -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)
  • -f Name of file when uploading
  • -i Download/Upload Folder (default = archive)
  • -p FTP Password
  • -u FTP User-ID

Technical Support

The 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.

Exit Statuses

  1. zero Program has ended successfully.
  2. non-zero Program has not ended successfully.

Environment

Files

stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.

Example

Command line syntax

TMSS10SFTP -u ftpuser -p ftppass -U -i /download < IRMinputFile.txt
Changelog
2021-05-24Fixed bug when using TMSSLEVELNAME and TMSSNOLEVELSLOT variables (#127)
2020-11-24Added support for JSON output
2019-03-10Added fast forward code to reduce runtime
2019-03-10Added return code list to end of all command line programs that use the TapeTrack API
2019-03-10Changed server argument parser to allow colon in password to support z/OS DD name files
2019-03-10Added support for Excel output
2019-03-10Added support for HTML output
cli/tmss10sftp.txt · Last modified: 2022/06/06 00:37 by scunliffe