Skip to content

ECGridOSMailboxIO.exe Web Services Tool

CrystalKLD edited this page Sep 6, 2024 · 9 revisions

The ECGridOS Windows Command Line Tool is a console program used to upload and download files using ECGridOS API Web Services over an SSL encrypted channel on port 443 (just like HTTPs on your web browser), using a simple script:

Example: ECGridOSMailboxIO {API Key} "C:\Loren Data\outbox" -upload:{ECGridID},{ECGridID} -log

Using the ECGridOS Web Services tool allows you to:

  • Upload a single EDI file by specifying the path combined with the filename.
  • Upload a single MFT or Non-EDI file by specifying the path combined with the filename and both ECGrid IDs.
  • Upload multiple EDI files by specifying the path or directory on the file system.
  • Upload multiple MFT or Non-EDI files by specifying the path or directory on the file system and both ECGrid IDs.
  • Download all Pending files from the ECGrid InBox to a specified folder or directory.

We recommend you fully review the ReadMe file, included in the zip file.

You can access the tool through the link below then click "View Raw".

https://github.com/LorenData/ECGrid-API/blob/master/ECGridOSMailboxIO.zip

Clone this wiki locally