I believe there has been some confusion interpreting the original post. OP has stated that the support team had the ability to ssh into the server and perform UNIX/Linux native commands on the file system used to store inbound documents, with read only permissions.
There are no options for ssh connectivity into the SBI application. If SBI is using the file system for document storage (optional; recommended over database when files are typically smaller), it is storing them using a database key as the file name, and any document stored on the filesystem may also be encrypted during the write process (optional; absolutely recommended if PII or PCI could be contained in document).
There is no support for UNIX/Linux native tools inside of SBI to perform the identified commands (find, grep, head, tail) on a
broad range of documents stored inside of one or more mailboxes. It might be possible to perform
individual file tasks using a customized BP, configuration and sandboxed filesystem, or by writing a custom java service:
- retrieve specific document into process data
- write to sandbox via FSA
- execute commands via CLA2
- write results to process data
- report from process data via XSLT
- clean up sandbox
Otherwise, OP would need to add a step during the processing of inbound files to collect specific file content information and offload it to an external solution for review at a later time.
------------------------------
Michael Geier
IT Engineer 3
Enterprise Holdings, Inc
St. Louis MO
------------------------------
Original Message:
Sent: Mon April 04, 2022 01:31 AM
From: Ankit Modi
Subject: CLI interface for customer
For controlling read/write permissions, you can explore "Adapter policies" in B2Bi. You can create a policy with appropriate permissions and associate it with a particular SFTP server adapter
------------------------------
Ankit Modi
------------------------------