mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-07 00:52:42 +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
|