David Potter 00f544f100
fix: improve doc code (#2920)
Improves the documentation code.
Standardizes unstructured api key
Replaces misc hard coded values
Replaces `azureunstructured1` with a generic value
2024-04-25 17:55:15 +00:00

12 lines
239 B
Bash

#!/usr/bin/env bash
unstructured-ingest \
sftp \
--remote-url sftp://address:port/upload \
--username "$SFTP_USERNAME" \
--password "$SFTP_PASSWORD" \
--output-dir sftp-output \
--num-processes 2 \
--recursive \
--verbose