encryption example does not work when using the transfer command #384

Closed
opened 2026-01-19 18:30:07 +00:00 by michael · 1 comment
Owner

Originally created by @fladd on GitHub.

The encryption example does not work when using the transfer command:

cat crm.py | gpg -ac -o- | transfer:

No arguments specified. Usage:
echo transfer /tmp/test.md
cat /tmp/test.md | transfer test.md
gpg: [stdout]: write error: Broken pipe
gpg: iobuf_flush failed on close: file write error```
Originally created by @fladd on GitHub. The encryption example does not work when using the `transfer` command: `cat crm.py | gpg -ac -o- | transfer`: `````` No arguments specified. Usage: echo transfer /tmp/test.md cat /tmp/test.md | transfer test.md gpg: [stdout]: write error: Broken pipe gpg: iobuf_flush failed on close: file write error``` ``````
Author
Owner

@paolafrancesca commented on GitHub:

@fladd it's not supposed to work

@paolafrancesca commented on GitHub: @fladd it's not supposed to work
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#384