mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-13 03:55:55 +00:00
12 lines
205 B
Bash
12 lines
205 B
Bash
#!/usr/bin/env bash
|
|
|
|
unstructured-ingest \
|
|
sftp \
|
|
--remote-url sftp://address:port/upload \
|
|
--username foo \
|
|
--password bar \
|
|
--output-dir sftp-output \
|
|
--num-processes 2 \
|
|
--recursive \
|
|
--verbose
|