send-directory/README.md
2024-06-08 21:15:12 +07:00

11 lines
351 B
Markdown

# Send Directory
```bash
# Receiver process
sync-directory --port 8080 --output-dir ~/Downloads/output_dir
# Sender process
sync-directory --from ~/Downloads/input_dir --to ws://localhost:8080
```
Once the sender command is completed, the receiver process should exit automatically, and the contents of `input_dir` will be found under `output_dir`.