| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| cli:tmss10uploadfile [2017/11/22 01:58] – [Example] Scott Cunliffe | cli:tmss10uploadfile [2025/07/04 04:49] (current) – [Example] Scott Cunliffe |
|---|
| ===== Synopsis ===== | ===== Synopsis ===== |
| |
| ''TMSS10UploadFile [-C customer ID] [-E expiry date] [-S logon string] [-d file description] [-f file name]'' | ''TMSS10UploadFile [-C Customer-ID] [-E expiry date] [-S logon string] [-d file description] [-f file name]'' |
| |
| ===== Description ===== | ===== Description ===== |
| |
| TMSS10UploadFile uploads a file to the TapeTrack server to the specified customer ID. | TMSS10UploadFile uploads a file to the TapeTrack server to the specified Customer-ID. |
| |
| ===== Options ===== | ===== Options ===== |
| |
| * ''-C'' Customer ID to upload file to. | * ''-C'' Customer-ID to upload file to. |
| * ''-E'' File expiry date. | * ''-E'' File expiry date. |
| * ''-S'' The logon string argument sets the [[cli:server_argument|Server logon information]]. | * ''-S'' The Logon string argument sets the [[cli:server_argument|Server Logon Information]]. |
| * ''-d'' File description. | * ''-d'' File description. |
| * ''-f'' File name to upload to TapeTrack server. | * ''-f'' File name to upload to TapeTrack server. |
| | |
| | {{page>cli:fi}} |
| ==== Technical Support ==== | ==== Technical Support ==== |
| |
| |
| === Command line syntax === | === Command line syntax === |
| <code> | <code plain;> |
| TMSS10UploadFile -S user:-password@server -C "US02" -E "10-12-2017" </code> | TMSS10UploadFile -S user:-password@server -C "US02" -E "2017-12-13" -d "file description" -f "MyFile.txt" |
| | </code> |
| === Output === | === Output === |
| <code> | <code plain;> |
| ZBT001N-12:55:55 TMSS10UploadFile (c) GazillaByte 1998-2017 | ZBT001N-12:55:55 TMSS10UploadFile (c) GazillaByte 1998-2017 |
| ZBT002N-12:55:55 Compiled Sep 3 2017 at 17:56:16 | ZBT002N-12:55:55 Compiled Sep 3 2017 at 17:56:16 |
| ZBT000N-12:55:55 Host is ASCII | ZBT000N-12:55:55 Host is ASCII |
| ZBT000N-12:55:55 Binary is 64 bit | ZBT000N-12:55:55 Binary is 64 bit |
| ZBT000N-12:55:55 Current Working Directory is C:\Users\Scott\Desktop\GazillaByte\Code Examples\TMSS10UploadFile | ZBT000N-12:55:55 Current Working Directory is C:\Program Files\TapeTrack\Files |
| ZBT004N-12:55:55 Today is Wednesday, November 22, 2017 | ZBT004N-12:55:55 Today is Wednesday, November 22, 2017 |
| ZBT005N-12:55:55 Running on GazillaByte | ZBT005N-12:55:55 Running on GazillaByte |
| ZBT000N-12:55:55 Arguments parsed and validated with 0 errors | ZBT000N-12:55:55 Arguments parsed and validated with 0 errors |
| ZBT000N-12:55:55 Expiry Date set to: Wednesday, December 13, 2017 | ZBT000N-12:55:55 Expiry Date set to: Wednesday, December 13, 2017 |
| ZBT000N-12:55:55 Compressing input file to temporary file C:\Users\Scott\AppData\Local\Temp\TMSB7F6.tmp | ZBT000N-12:55:55 Compressing input file to temporary file C:\Users\GazillaByte\AppData\Local\Temp\TMSB7F6.tmp |
| ZBT000N-12:55:55 Compression Progress: 0 of 7 | ZBT000N-12:55:55 Compression Progress: 0 of 7 |
| ZBT000N-12:55:55 Compression Progress: 7 of 7 | ZBT000N-12:55:55 Compression Progress: 7 of 7 |
| </code> | </code> |
| |
| | ===== See Also===== |
| | |
| | [[technote/command_line_diagnosis|Command Line Utility Troubleshooting and Diagnosis]] |
| | |
| | --> Changelog |
| | |
| | [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10UploadFile] |
| | |
| | <-- |
| |
| <- cli:introduction|Command Line Utilities^ master:starting|Getting Started ^ -> | <- ^ cli:introduction|Command Line Utilities^ -> |